#85CCEA

Color #85CCEA Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sky Blue #85CCEA

Tints of Sky Blue #85CCEA

Color information

#85CCEA (or 0x85CCEA) is unknown color: approx Sky Blue. HEX triplet: 85, CC and EA. RGB value is (133,204,234). Sum of RGB (Red+Green+Blue) = 133+204+234=571 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.29% from 571); Green value is 204 (80.08% from 255 or 35.73% from 571); Blue value is 234 (91.80% from 255 or 40.98% from 571); Max value from RGB is 234 - color contains mainly: blue. Hex color #85CCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85CCEA is #7A3315. Grayscale: #BABABA. Windows color (decimal): -8008470 or 15387781. OLE color: 15387781.

HSL color Cylindrical-coordinate representation of color #85CCEA: hue angle of 197.82º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85CCEA is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB133204234-
CMYK0.430.1300.08
HSL197.82º70.63%71.96%-
HSV(B)197.82º43.16%91.76%-
XYZ46.1254.1185.86-
YUV186.19154.9890.06-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.29%
GREEN value IS 204 (80.08% from 255) = 35.73%
BLUE value IS 234 (91.80% from 255) = 40.98%
R=23.29%
G=35.73%
B=40.98%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1332042340.430.1300.08197.8270.6371.96
Hex85CCEA2BD08c64748
Octal2053143525315010306107110
Binary1000010111001100111010101010111101010001100011010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,204,234); }

 H1.HeaderClassName
 {
   color: #85CCEA;
 }
 .AnyTagClassName
 {
   color: #85CCEA;
 }
</style>
background-color css

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

 a { background-color: rgb(133,204,234); }

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

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

 span { border-color: rgb(133,204,234); }

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