#85D1EA

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

Shades of Sky Blue #85D1EA

Tints of Sky Blue #85D1EA

Color information

#85D1EA (or 0x85D1EA) is unknown color: approx Sky Blue. HEX triplet: 85, D1 and EA. RGB value is (133,209,234). Sum of RGB (Red+Green+Blue) = 133+209+234=576 (76% of max value = 765). Red value is 133 (52.34% from 255 or 23.09% from 576); Green value is 209 (82.03% from 255 or 36.28% from 576); Blue value is 234 (91.80% from 255 or 40.62% from 576); Max value from RGB is 234 - color contains mainly: blue. Hex color #85D1EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85D1EA is #7A2E15. Grayscale: #BCBCBC. Windows color (decimal): -8007190 or 15389061. OLE color: 15389061.

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

Color convert

RGB133209234-
CMYK0.430.1100.08
HSL194.85º70.63%71.96%-
HSV(B)194.85º43.16%91.76%-
XYZ47.3256.5386.26-
YUV189.13153.3287.97-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.09%
GREEN value IS 209 (82.03% from 255) = 36.28%
BLUE value IS 234 (91.80% from 255) = 40.62%
R=23.09%
G=36.28%
B=40.62%

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
Decimal1332092340.430.1100.08194.8570.6371.96
Hex85D1EA2BB08c34748
Octal2053213525313010303107110
Binary1000010111010001111010101010111011010001100001110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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