#86BEF7

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

Shades of Light Sky Blue #86BEF7

Tints of Light Sky Blue #86BEF7

Color information

#86BEF7 (or 0x86BEF7) is unknown color: approx Light Sky Blue. HEX triplet: 86, BE and F7. RGB value is (134,190,247). Sum of RGB (Red+Green+Blue) = 134+190+247=571 (75% of max value = 765). Red value is 134 (52.73% from 255 or 23.47% from 571); Green value is 190 (74.61% from 255 or 33.27% from 571); Blue value is 247 (96.88% from 255 or 43.26% from 571); Max value from RGB is 247 - color contains mainly: blue. Hex color #86BEF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86BEF7 is #794108. Grayscale: #B3B3B3. Windows color (decimal): -7946505 or 16236166. OLE color: 16236166.

HSL color Cylindrical-coordinate representation of color #86BEF7: hue angle of 210.27º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86BEF7 is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB134190247-
CMYK0.460.2300.03
HSL210.27º87.6%74.71%-
HSV(B)210.27º45.75%96.86%-
XYZ45.0348.6195-
YUV179.75165.9595.37-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.47%
GREEN value IS 190 (74.61% from 255) = 33.27%
BLUE value IS 247 (96.88% from 255) = 43.26%
R=23.47%
G=33.27%
B=43.26%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1341902470.460.2300.03210.2787.674.71
Hex86BEF72E1703d2584b
Octal206276367562703322130113
Binary100001101011111011110111101110101110111101001010110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,190,247); }

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

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

 a { background-color: rgb(134,190,247); }

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

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

 span { border-color: rgb(134,190,247); }

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