Html Css Color HEX #85C4EF Sky Blue

📋 copy color: '#85C4EF'

red 133 ◦ green 196 ◦ blue 239

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

Shades of Sky Blue #85C4EF

Tints of Sky Blue #85C4EF

RGB

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

 GREEN value IS 196 (76.95% from 255) = 34.51%

 BLUE value IS 239 (93.75% from 255) = 42.08%

R = 23.42%
G = 34.51%
B = 42.08%

CMYK

 C value IS 0.44

 M value IS 0.18

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#85C4EF (or 0x85C4EF) is known color: Sky Blue. HEX triplet: 85, C4 and EF. RGB value is (133,196,239). Sum of RGB (Red+Green+Blue) = 133+196+239=568 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.42% from 568); Green value is 196 (76.95% from 255 or 34.51% from 568); Blue value is 239 (93.75% from 255 or 42.08% from 568); Max value from RGB is 239 - color contains mainly: blue. Hex color #85C4EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85C4EF is #7A3B10. Grayscale: #B5B5B5. Windows color (decimal): -8010513 or 15713413. OLE color: 15713413.

HSL color Cylindrical-coordinate representation of color #85C4EF: hue angle of 204.34º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85C4EF is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 133 196 239 -
CMYK 0.44 0.18 0 0.06
HSL 204.34º 0.77% 0.73% -
HSV(B) 204.34º 0.44% 0.94% -
XYZ 44.99 50.7 89.08 -
YUV 182.07 160.13 93 -
System Red Green Blue C M Y K H S L
Decimal 133 196 239 0.44 0.18 0 0.06 204.34 0.77 0.73
Hex 85 C4 EF 2C 12 0 6 CC 4D 49
Octal 205 304 357 54 22 0 6 314 115 111
Binary 10000101 11000100 11101111 101100 10010 0 110 11001100 1001101 1001001

Color Harmonies of #85C4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C4EF

Black with #85C4EF

Text Example


Text Example

White with #85C4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,196,239); }

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

background-color css

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

 a { background-color: rgb(133,196,239); }

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

border-color css

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

 span { border-color: rgb(133,196,239); }

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