#85D4EA

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

Shades of Sky Blue #85D4EA

Tints of Sky Blue #85D4EA

Color information

#85D4EA (or 0x85D4EA) is unknown color: approx Sky Blue. HEX triplet: 85, D4 and EA. RGB value is (133,212,234). Sum of RGB (Red+Green+Blue) = 133+212+234=579 (76% of max value = 765). Red value is 133 (52.34% from 255 or 22.97% from 579); Green value is 212 (83.20% from 255 or 36.61% from 579); Blue value is 234 (91.80% from 255 or 40.41% from 579); Max value from RGB is 234 - color contains mainly: blue. Hex color #85D4EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85D4EA is #7A2B15. Grayscale: #BEBEBE. Windows color (decimal): -8006422 or 15389829. OLE color: 15389829.

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

Color convert

RGB133212234-
CMYK0.430.0900.08
HSL193.07º70.63%71.96%-
HSV(B)193.07º43.16%91.76%-
XYZ48.0758.0186.51-
YUV190.89152.3386.71-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 22.97%
GREEN value IS 212 (83.20% from 255) = 36.61%
BLUE value IS 234 (91.80% from 255) = 40.41%
R=22.97%
G=36.61%
B=40.41%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1332122340.430.0900.08193.0770.6371.96
Hex85D4EA2B908c14748
Octal2053243525311010301107110
Binary1000010111010100111010101010111001010001100000110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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