Html Css Color HEX #86BCEF Light Sky Blue

📋 copy color: '#86BCEF'

red 134 ◦ green 188 ◦ blue 239

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

Shades of Light Sky Blue #86BCEF

Tints of Light Sky Blue #86BCEF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.51%

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

R = 23.89%
G = 33.51%
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

#86BCEF (or 0x86BCEF) is known color: Light Sky Blue. HEX triplet: 86, BC and EF. RGB value is (134,188,239). Sum of RGB (Red+Green+Blue) = 134+188+239=561 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.89% from 561); Green value is 188 (73.83% from 255 or 33.51% 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 #86BCEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86BCEF is #794310. Grayscale: #B1B1B1. Windows color (decimal): -7947025 or 15711366. OLE color: 15711366.

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

Color convert

RGB 134 188 239 -
CMYK 0.44 0.21 0 0.06
HSL 209.14º 0.77% 0.73% -
HSV(B) 209.14º 0.44% 0.94% -
XYZ 43.39 47.27 88.5 -
YUV 177.67 162.61 96.85 -
System Red Green Blue C M Y K H S L
Decimal 134 188 239 0.44 0.21 0 0.06 209.14 0.77 0.73
Hex 86 BC EF 2C 15 0 6 D1 4D 49
Octal 206 274 357 54 25 0 6 321 115 111
Binary 10000110 10111100 11101111 101100 10101 0 110 11010001 1001101 1001001

Color Harmonies of #86BCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BCEF

Black with #86BCEF

Text Example


Text Example

White with #86BCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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