Html Css Color HEX #85CDE9 Sky Blue

📋 copy color: '#85CDE9'

red 133 ◦ green 205 ◦ blue 233

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

Shades of Sky Blue #85CDE9

Tints of Sky Blue #85CDE9

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.9%

 BLUE value IS 233 (91.41% from 255) = 40.81%

R = 23.29%
G = 35.9%
B = 40.81%

CMYK

 C value IS 0.43

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#85CDE9 (or 0x85CDE9) is known color: Sky Blue. HEX triplet: 85, CD and E9. RGB value is (133,205,233). Sum of RGB (Red+Green+Blue) = 133+205+233=571 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.29% from 571); Green value is 205 (80.47% from 255 or 35.90% from 571); Blue value is 233 (91.41% from 255 or 40.81% from 571); Max value from RGB is 233 - color contains mainly: blue. Hex color #85CDE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85CDE9 is #7A3216. Grayscale: #BABABA. Windows color (decimal): -8008215 or 15322501. OLE color: 15322501.

HSL color Cylindrical-coordinate representation of color #85CDE9: hue angle of 196.8º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85CDE9 is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 133 205 233 -
CMYK 0.43 0.12 0 0.09
HSL 196.8º 0.69% 0.72% -
HSV(B) 196.8º 0.43% 0.91% -
XYZ 46.21 54.53 85.18 -
YUV 186.66 154.15 89.72 -
System Red Green Blue C M Y K H S L
Decimal 133 205 233 0.43 0.12 0 0.09 196.8 0.69 0.72
Hex 85 CD E9 2B C 0 9 C5 45 48
Octal 205 315 351 53 14 0 11 305 105 110
Binary 10000101 11001101 11101001 101011 1100 0 1001 11000101 1000101 1001000

Color Harmonies of #85CDE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CDE9

Black with #85CDE9

Text Example


Text Example

White with #85CDE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,205,233); }

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

background-color css

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

 a { background-color: rgb(133,205,233); }

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

border-color css

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

 span { border-color: rgb(133,205,233); }

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