#86BDF9

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

Shades of Light Sky Blue #86BDF9

Tints of Light Sky Blue #86BDF9

Color information

#86BDF9 (or 0x86BDF9) is unknown color: approx Light Sky Blue. HEX triplet: 86, BD and F9. RGB value is (134,189,249). Sum of RGB (Red+Green+Blue) = 134+189+249=572 (75% of max value = 765). Red value is 134 (52.73% from 255 or 23.43% from 572); Green value is 189 (74.22% from 255 or 33.04% from 572); Blue value is 249 (97.66% from 255 or 43.53% from 572); Max value from RGB is 249 - color contains mainly: blue. Hex color #86BDF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86BDF9 is #794206. Grayscale: #B3B3B3. Windows color (decimal): -7946759 or 16366982. OLE color: 16366982.

HSL color Cylindrical-coordinate representation of color #86BDF9: hue angle of 211.3º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86BDF9 is Cyan = 0.46, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB134189249-
CMYK0.460.2400.02
HSL211.3º90.55%75.1%-
HSV(B)211.3º46.18%97.65%-
XYZ45.1348.396.57-
YUV179.4167.2895.62-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.43%
GREEN value IS 189 (74.22% from 255) = 33.04%
BLUE value IS 249 (97.66% from 255) = 43.53%
R=23.43%
G=33.04%
B=43.53%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1341892490.460.2400.02211.390.5575.1
Hex86BDF92E1802d35b4b
Octal206275371563002323133113
Binary100001101011110111111001101110110000101101001110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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