#86bfee

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

Shades of Light Sky Blue #86BFEE

Tints of Light Sky Blue #86BFEE

Color information

#86BFEE (or 0x86BFEE) is unknown color: approx Light Sky Blue. HEX triplet: 86, BF and EE. RGB value is (134,191,238). Sum of RGB (Red+Green+Blue) = 134+191+238=563 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.80% from 563); Green value is 191 (75% from 255 or 33.93% from 563); Blue value is 238 (93.36% from 255 or 42.27% from 563); Max value from RGB is 238 - color contains mainly: blue. Hex color #86BFEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86BFEE is #794011. Grayscale: #B3B3B3. Windows color (decimal): -7946258 or 15646598. OLE color: 15646598.

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

Color convert

RGB134191238-
CMYK0.440.2000.07
HSL207.12º75.36%72.94%-
HSV(B)207.12º43.7%93.33%-
XYZ43.8948.587.94-
YUV179.32161.1295.68-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.80%
GREEN value IS 191 (75% from 255) = 33.93%
BLUE value IS 238 (93.36% from 255) = 42.27%
R=23.80%
G=33.93%
B=42.27%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1341912380.440.2000.07207.1275.3672.94
Hex86BFEE2C1407cf4b49
Octal206277356542407317113111
Binary1000011010111111111011101011001010001111100111110010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86bfee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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