Html Css Color HEX #86BCEE Light Sky Blue

📋 copy color: '#86BCEE'

red 134 ◦ green 188 ◦ blue 238

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

Shades of Light Sky Blue #86BCEE

Tints of Light Sky Blue #86BCEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.5%

R = 23.93%
G = 33.57%
B = 42.5%

CMYK

 C value IS 0.44

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#86BCEE (or 0x86BCEE) is known color: Light Sky Blue. HEX triplet: 86, BC and EE. RGB value is (134,188,238). Sum of RGB (Red+Green+Blue) = 134+188+238=560 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.93% from 560); Green value is 188 (73.83% from 255 or 33.57% 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 #86BCEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86BCEE is #794311. Grayscale: #B1B1B1. Windows color (decimal): -7947026 or 15645830. OLE color: 15645830.

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

Color convert

RGB 134 188 238 -
CMYK 0.44 0.21 0 0.07
HSL 208.85º 0.75% 0.73% -
HSV(B) 208.85º 0.44% 0.93% -
XYZ 43.25 47.21 87.72 -
YUV 177.55 162.11 96.93 -
System Red Green Blue C M Y K H S L
Decimal 134 188 238 0.44 0.21 0 0.07 208.85 0.75 0.73
Hex 86 BC EE 2C 15 0 7 D1 4B 49
Octal 206 274 356 54 25 0 7 321 113 111
Binary 10000110 10111100 11101110 101100 10101 0 111 11010001 1001011 1001001

Color Harmonies of #86BCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BCEE

Black with #86BCEE

Text Example


Text Example

White with #86BCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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