#85D0EA

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

Shades of Sky Blue #85D0EA

Tints of Sky Blue #85D0EA

Color information

#85D0EA (or 0x85D0EA) is unknown color: approx Sky Blue. HEX triplet: 85, D0 and EA. RGB value is (133,208,234). Sum of RGB (Red+Green+Blue) = 133+208+234=575 (76% of max value = 765). Red value is 133 (52.34% from 255 or 23.13% from 575); Green value is 208 (81.64% from 255 or 36.17% from 575); Blue value is 234 (91.80% from 255 or 40.70% from 575); Max value from RGB is 234 - color contains mainly: blue. Hex color #85D0EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85D0EA is #7A2F15. Grayscale: #BCBCBC. Windows color (decimal): -8007446 or 15388805. OLE color: 15388805.

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

Color convert

RGB133208234-
CMYK0.430.1100.08
HSL195.45º70.63%71.96%-
HSV(B)195.45º43.16%91.76%-
XYZ47.0856.0486.18-
YUV188.54153.6588.39-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.13%
GREEN value IS 208 (81.64% from 255) = 36.17%
BLUE value IS 234 (91.80% from 255) = 40.70%
R=23.13%
G=36.17%
B=40.70%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1332082340.430.1100.08195.4570.6371.96
Hex85D0EA2BB08c34748
Octal2053203525313010303107110
Binary1000010111010000111010101010111011010001100001110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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