Html Css Color HEX #85C8E8 Sky Blue

📋 copy color: '#85C8E8'

red 133 ◦ green 200 ◦ blue 232

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

Shades of Sky Blue #85C8E8

Tints of Sky Blue #85C8E8

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.4%

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

R = 23.54%
G = 35.4%
B = 41.06%

CMYK

 C value IS 0.43

 M value IS 0.14

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#85C8E8 (or 0x85C8E8) is known color: Sky Blue. HEX triplet: 85, C8 and E8. RGB value is (133,200,232). Sum of RGB (Red+Green+Blue) = 133+200+232=565 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.54% from 565); Green value is 200 (78.52% from 255 or 35.40% from 565); Blue value is 232 (91.02% from 255 or 41.06% from 565); Max value from RGB is 232 - color contains mainly: blue. Hex color #85C8E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85C8E8 is #7A3717. Grayscale: #B7B7B7. Windows color (decimal): -8009496 or 15255685. OLE color: 15255685.

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

Color convert

RGB 133 200 232 -
CMYK 0.43 0.14 0 0.09
HSL 199.39º 0.68% 0.72% -
HSV(B) 199.39º 0.43% 0.91% -
XYZ 44.89 52.12 84.04 -
YUV 183.62 155.3 91.9 -
System Red Green Blue C M Y K H S L
Decimal 133 200 232 0.43 0.14 0 0.09 199.39 0.68 0.72
Hex 85 C8 E8 2B E 0 9 C7 44 48
Octal 205 310 350 53 16 0 11 307 104 110
Binary 10000101 11001000 11101000 101011 1110 0 1001 11000111 1000100 1001000

Color Harmonies of #85C8E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C8E8

Black with #85C8E8

Text Example


Text Example

White with #85C8E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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