#85BDE9

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

Shades of Sky Blue #85BDE9

Tints of Sky Blue #85BDE9

Color information

#85BDE9 (or 0x85BDE9) is unknown color: approx Sky Blue. HEX triplet: 85, BD and E9. RGB value is (133,189,233). Sum of RGB (Red+Green+Blue) = 133+189+233=555 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.96% from 555); Green value is 189 (74.22% from 255 or 34.05% from 555); Blue value is 233 (91.41% from 255 or 41.98% from 555); Max value from RGB is 233 - color contains mainly: blue. Hex color #85BDE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85BDE9 is #7A4216. Grayscale: #B1B1B1. Windows color (decimal): -8012311 or 15318405. OLE color: 15318405.

HSL color Cylindrical-coordinate representation of color #85BDE9: hue angle of 206.4º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85BDE9 is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB133189233-
CMYK0.430.1900.09
HSL206.4º69.44%71.76%-
HSV(B)206.4º42.92%91.37%-
XYZ42.5847.2683.97-
YUV177.27159.4596.42-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.96%
GREEN value IS 189 (74.22% from 255) = 34.05%
BLUE value IS 233 (91.41% from 255) = 41.98%
R=23.96%
G=34.05%
B=41.98%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1331892330.430.1900.09206.469.4471.76
Hex85BDE92B1309ce4548
Octal2052753515323011316105110
Binary10000101101111011110100110101110011010011100111010001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,189,233); }

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

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

 a { background-color: rgb(133,189,233); }

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

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

 span { border-color: rgb(133,189,233); }

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