#85BDEE

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

Shades of Light Sky Blue #85BDEE

Tints of Light Sky Blue #85BDEE

Color information

#85BDEE (or 0x85BDEE) is unknown color: approx Light Sky Blue. HEX triplet: 85, BD and EE. RGB value is (133,189,238). Sum of RGB (Red+Green+Blue) = 133+189+238=560 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.75% from 560); Green value is 189 (74.22% from 255 or 33.75% from 560); Blue value is 238 (93.36% from 255 or 42.5% from 560); Max value from RGB is 238 - color contains mainly: blue. Hex color #85BDEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85BDEE is #7A4211. Grayscale: #B1B1B1. Windows color (decimal): -8012306 or 15646085. OLE color: 15646085.

HSL color Cylindrical-coordinate representation of color #85BDEE: hue angle of 208º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85BDEE is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB133189238-
CMYK0.440.2100.07
HSL208º75.54%72.75%-
HSV(B)208º44.12%93.33%-
XYZ43.347.5587.79-
YUV177.84161.9596.02-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.75%
GREEN value IS 189 (74.22% from 255) = 33.75%
BLUE value IS 238 (93.36% from 255) = 42.5%
R=23.75%
G=33.75%
B=42.5%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1331892380.440.2100.0720875.5472.75
Hex85BDEE2C1507d04c49
Octal205275356542507320114111
Binary1000010110111101111011101011001010101111101000010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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