Html Css Color HEX #85CAE8 Sky Blue

📋 copy color: '#85CAE8'

red 133 ◦ green 202 ◦ blue 232

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

Shades of Sky Blue #85CAE8

Tints of Sky Blue #85CAE8

RGB

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

 GREEN value IS 202 (79.3% from 255) = 35.63%

 BLUE value IS 232 (91.02% from 255) = 40.92%

R = 23.46%
G = 35.63%
B = 40.92%

CMYK

 C value IS 0.43

 M value IS 0.13

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#85CAE8 (or 0x85CAE8) is known color: Sky Blue. HEX triplet: 85, CA and E8. RGB value is (133,202,232). Sum of RGB (Red+Green+Blue) = 133+202+232=567 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.46% from 567); Green value is 202 (79.30% from 255 or 35.63% from 567); Blue value is 232 (91.02% from 255 or 40.92% from 567); Max value from RGB is 232 - color contains mainly: blue. Hex color #85CAE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85CAE8 is #7A3517. Grayscale: #B8B8B8. Windows color (decimal): -8008984 or 15256197. OLE color: 15256197.

HSL color Cylindrical-coordinate representation of color #85CAE8: hue angle of 198.18º degrees, saturation: 0.68, 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 #85CAE8 is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 133 202 232 -
CMYK 0.43 0.13 0 0.09
HSL 198.18º 0.68% 0.72% -
HSV(B) 198.18º 0.43% 0.91% -
XYZ 45.36 53.05 84.19 -
YUV 184.79 154.64 91.06 -
System Red Green Blue C M Y K H S L
Decimal 133 202 232 0.43 0.13 0 0.09 198.18 0.68 0.72
Hex 85 CA E8 2B D 0 9 C6 44 48
Octal 205 312 350 53 15 0 11 306 104 110
Binary 10000101 11001010 11101000 101011 1101 0 1001 11000110 1000100 1001000

Color Harmonies of #85CAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CAE8

Black with #85CAE8

Text Example


Text Example

White with #85CAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,202,232); }

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

background-color css

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

 a { background-color: rgb(133,202,232); }

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

border-color css

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

 span { border-color: rgb(133,202,232); }

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