#85D6EA

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

Shades of Sky Blue #85D6EA

Tints of Sky Blue #85D6EA

Color information

#85D6EA (or 0x85D6EA) is unknown color: approx Sky Blue. HEX triplet: 85, D6 and EA. RGB value is (133,214,234). Sum of RGB (Red+Green+Blue) = 133+214+234=581 (76% of max value = 765). Red value is 133 (52.34% from 255 or 22.89% from 581); Green value is 214 (83.98% from 255 or 36.83% from 581); Blue value is 234 (91.80% from 255 or 40.28% from 581); Max value from RGB is 234 - color contains mainly: blue. Hex color #85D6EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85D6EA is #7A2915. Grayscale: #BFBFBF. Windows color (decimal): -8005910 or 15390341. OLE color: 15390341.

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

Color convert

RGB133214234-
CMYK0.430.0900.08
HSL191.88º70.63%71.96%-
HSV(B)191.88º43.16%91.76%-
XYZ48.5759.0286.67-
YUV192.06151.6685.87-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 22.89%
GREEN value IS 214 (83.98% from 255) = 36.83%
BLUE value IS 234 (91.80% from 255) = 40.28%
R=22.89%
G=36.83%
B=40.28%

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
Decimal1332142340.430.0900.08191.8870.6371.96
Hex85D6EA2B908c04748
Octal2053263525311010300107110
Binary1000010111010110111010101010111001010001100000010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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