#85C4EA

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

Shades of Sky Blue #85C4EA

Tints of Sky Blue #85C4EA

Color information

#85C4EA (or 0x85C4EA) is unknown color: approx Sky Blue. HEX triplet: 85, C4 and EA. RGB value is (133,196,234). Sum of RGB (Red+Green+Blue) = 133+196+234=563 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.62% from 563); Green value is 196 (76.95% from 255 or 34.81% from 563); Blue value is 234 (91.80% from 255 or 41.56% from 563); Max value from RGB is 234 - color contains mainly: blue. Hex color #85C4EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85C4EA is #7A3B15. Grayscale: #B5B5B5. Windows color (decimal): -8010518 or 15385733. OLE color: 15385733.

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

Color convert

RGB133196234-
CMYK0.430.1600.08
HSL202.57º70.63%71.96%-
HSV(B)202.57º43.16%91.76%-
XYZ44.2650.4185.24-
YUV181.5157.6393.41-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.62%
GREEN value IS 196 (76.95% from 255) = 34.81%
BLUE value IS 234 (91.80% from 255) = 41.56%
R=23.62%
G=34.81%
B=41.56%

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
Decimal1331962340.430.1600.08202.5770.6371.96
Hex85C4EA2B1008cb4748
Octal2053043525320010313107110
Binary10000101110001001110101010101110000010001100101110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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