#85C5EA

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

Shades of Sky Blue #85C5EA

Tints of Sky Blue #85C5EA

Color information

#85C5EA (or 0x85C5EA) is unknown color: approx Sky Blue. HEX triplet: 85, C5 and EA. RGB value is (133,197,234). Sum of RGB (Red+Green+Blue) = 133+197+234=564 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.58% from 564); Green value is 197 (77.34% from 255 or 34.93% from 564); Blue value is 234 (91.80% from 255 or 41.49% from 564); Max value from RGB is 234 - color contains mainly: blue. Hex color #85C5EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85C5EA is #7A3A15. Grayscale: #B5B5B5. Windows color (decimal): -8010262 or 15385989. OLE color: 15385989.

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

Color convert

RGB133197234-
CMYK0.430.1600.08
HSL201.98º70.63%71.96%-
HSV(B)201.98º43.16%91.76%-
XYZ44.4950.8685.31-
YUV182.08157.392.99-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.58%
GREEN value IS 197 (77.34% from 255) = 34.93%
BLUE value IS 234 (91.80% from 255) = 41.49%
R=23.58%
G=34.93%
B=41.49%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1331972340.430.1600.08201.9870.6371.96
Hex85C5EA2B1008ca4748
Octal2053053525320010312107110
Binary10000101110001011110101010101110000010001100101010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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