Html Css Color HEX #85BDEF Light Sky Blue

📋 copy color: '#85BDEF'

red 133 ◦ green 189 ◦ blue 239

#85BDEF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sky Blue #85BDEF

Tints of Light Sky Blue #85BDEF

RGB

 RED value IS 133 (52.34% from 255) = 23.71%

 GREEN value IS 189 (74.22% from 255) = 33.69%

 BLUE value IS 239 (93.75% from 255) = 42.6%

R = 23.71%
G = 33.69%
B = 42.6%

CMYK

 C value IS 0.44

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#85BDEF (or 0x85BDEF) is known color: Light Sky Blue. HEX triplet: 85, BD and EF. RGB value is (133,189,239). Sum of RGB (Red+Green+Blue) = 133+189+239=561 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.71% from 561); Green value is 189 (74.22% from 255 or 33.69% from 561); Blue value is 239 (93.75% from 255 or 42.60% from 561); Max value from RGB is 239 - color contains mainly: blue. Hex color #85BDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85BDEF is #7A4210. Grayscale: #B1B1B1. Windows color (decimal): -8012305 or 15711621. OLE color: 15711621.

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

Color convert

RGB 133 189 239 -
CMYK 0.44 0.21 0 0.06
HSL 208.3º 0.77% 0.73% -
HSV(B) 208.3º 0.44% 0.94% -
XYZ 43.45 47.61 88.56 -
YUV 177.96 162.45 95.93 -
System Red Green Blue C M Y K H S L
Decimal 133 189 239 0.44 0.21 0 0.06 208.3 0.77 0.73
Hex 85 BD EF 2C 15 0 6 D0 4D 49
Octal 205 275 357 54 25 0 6 320 115 111
Binary 10000101 10111101 11101111 101100 10101 0 110 11010000 1001101 1001001

Color Harmonies of #85BDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BDEF

Black with #85BDEF

Text Example


Text Example

White with #85BDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #85BDEF;
 }
 .AnyTagClassName
 {
   color: #85BDEF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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