Html Css Color HEX #85DDED Sky Blue

📋 copy color: '#85DDED'

red 133 ◦ green 221 ◦ blue 237

#85DDED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sky Blue #85DDED

Tints of Sky Blue #85DDED

RGB

 RED value IS 133 (52.34% from 255) = 22.5%

 GREEN value IS 221 (86.72% from 255) = 37.39%

 BLUE value IS 237 (92.97% from 255) = 40.1%

R = 22.5%
G = 37.39%
B = 40.1%

CMYK

 C value IS 0.44

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#85DDED (or 0x85DDED) is known color: Sky Blue. HEX triplet: 85, DD and ED. RGB value is (133,221,237). Sum of RGB (Red+Green+Blue) = 133+221+237=591 (78% of max value = 765). Red value is 133 (52.34% from 255 or 22.50% from 591); Green value is 221 (86.72% from 255 or 37.39% from 591); Blue value is 237 (92.97% from 255 or 40.10% from 591); Max value from RGB is 237 - color contains mainly: blue. Hex color #85DDED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85DDED is #7A2212. Grayscale: #C4C4C4. Windows color (decimal): -8004115 or 15588741. OLE color: 15588741.

HSL color Cylindrical-coordinate representation of color #85DDED: hue angle of 189.23º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85DDED is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 133 221 237 -
CMYK 0.44 0.07 0 0.07
HSL 189.23º 0.74% 0.73% -
HSV(B) 189.23º 0.44% 0.93% -
XYZ 50.82 62.81 89.57 -
YUV 196.51 150.85 82.7 -
System Red Green Blue C M Y K H S L
Decimal 133 221 237 0.44 0.07 0 0.07 189.23 0.74 0.73
Hex 85 DD ED 2C 7 0 7 BD 4A 49
Octal 205 335 355 54 7 0 7 275 112 111
Binary 10000101 11011101 11101101 101100 111 0 111 10111101 1001010 1001001

Color Harmonies of #85DDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DDED

Black with #85DDED

Text Example


Text Example

White with #85DDED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85DDED; }

 p { color: rgb(133,221,237); }

 H1.HeaderClassName
 {
   color: #85DDED;
 }
 .AnyTagClassName
 {
   color: #85DDED;
 }
</style>

background-color css

<style>
 a { background-color: #85DDED; }

 a { background-color: rgb(133,221,237); }

 div.DivClassName
 {
   background-color: #85DDED;
 }
 .BgClassName
 {
   background-color: #85DDED;
 }
</style>

border-color css

<style>
 span { border-color: #85DDED; }

 span { border-color: rgb(133,221,237); }

 td.TdClassName
 {
   border-color: #85DDED;
 }
 .TagClassName
 {
   border-color: #85DDED;
 }
</style>