#85BDEA

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

Shades of Sky Blue #85BDEA

Tints of Sky Blue #85BDEA

Color information

#85BDEA (or 0x85BDEA) is unknown color: approx Sky Blue. HEX triplet: 85, BD and EA. RGB value is (133,189,234). Sum of RGB (Red+Green+Blue) = 133+189+234=556 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.92% from 556); Green value is 189 (74.22% from 255 or 33.99% from 556); Blue value is 234 (91.80% from 255 or 42.09% from 556); Max value from RGB is 234 - color contains mainly: blue. Hex color #85BDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85BDEA is #7A4215. Grayscale: #B1B1B1. Windows color (decimal): -8012310 or 15383941. OLE color: 15383941.

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

Color convert

RGB133189234-
CMYK0.430.1900.08
HSL206.73º70.63%71.96%-
HSV(B)206.73º43.16%91.76%-
XYZ42.7247.3284.72-
YUV177.39159.9596.34-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.92%
GREEN value IS 189 (74.22% from 255) = 33.99%
BLUE value IS 234 (91.80% from 255) = 42.09%
R=23.92%
G=33.99%
B=42.09%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1331892340.430.1900.08206.7370.6371.96
Hex85BDEA2B1308cf4748
Octal2052753525323010317107110
Binary10000101101111011110101010101110011010001100111110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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