Html Css Color HEX #86BDEF Light Sky Blue

📋 copy color: '#86BDEF'

red 134 ◦ green 189 ◦ blue 239

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

Shades of Light Sky Blue #86BDEF

Tints of Light Sky Blue #86BDEF

RGB

 RED value IS 134 (52.73% from 255) = 23.84%

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

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

R = 23.84%
G = 33.63%
B = 42.53%

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

#86BDEF (or 0x86BDEF) is known color: Light Sky Blue. HEX triplet: 86, BD and EF. RGB value is (134,189,239). Sum of RGB (Red+Green+Blue) = 134+189+239=562 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.84% from 562); Green value is 189 (74.22% from 255 or 33.63% from 562); Blue value is 239 (93.75% from 255 or 42.53% from 562); Max value from RGB is 239 - color contains mainly: blue. Hex color #86BDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86BDEF is #794210. Grayscale: #B1B1B1. Windows color (decimal): -7946769 or 15711622. OLE color: 15711622.

HSL color Cylindrical-coordinate representation of color #86BDEF: hue angle of 208.57º 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 #86BDEF is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 134 189 239 -
CMYK 0.44 0.21 0 0.06
HSL 208.57º 0.77% 0.73% -
HSV(B) 208.57º 0.44% 0.94% -
XYZ 43.61 47.7 88.57 -
YUV 178.26 162.28 96.43 -
System Red Green Blue C M Y K H S L
Decimal 134 189 239 0.44 0.21 0 0.06 208.57 0.77 0.73
Hex 86 BD EF 2C 15 0 6 D1 4D 49
Octal 206 275 357 54 25 0 6 321 115 111
Binary 10000110 10111101 11101111 101100 10101 0 110 11010001 1001101 1001001

Color Harmonies of #86BDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BDEF

Black with #86BDEF

Text Example


Text Example

White with #86BDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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