#86D1F9

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

Shades of Light Sky Blue #86D1F9

Tints of Light Sky Blue #86D1F9

Color information

#86D1F9 (or 0x86D1F9) is unknown color: approx Light Sky Blue. HEX triplet: 86, D1 and F9. RGB value is (134,209,249). Sum of RGB (Red+Green+Blue) = 134+209+249=592 (78% of max value = 765). Red value is 134 (52.73% from 255 or 22.64% from 592); Green value is 209 (82.03% from 255 or 35.30% from 592); Blue value is 249 (97.66% from 255 or 42.06% from 592); Max value from RGB is 249 - color contains mainly: blue. Hex color #86D1F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86D1F9 is #792E06. Grayscale: #BEBEBE. Windows color (decimal): -7941639 or 16372102. OLE color: 16372102.

HSL color Cylindrical-coordinate representation of color #86D1F9: hue angle of 200.87º 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 #86D1F9 is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB134209249-
CMYK0.460.1600.02
HSL200.87º90.55%75.1%-
HSV(B)200.87º46.18%97.65%-
XYZ49.7357.5198.1-
YUV191.14160.6587.25-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 22.64%
GREEN value IS 209 (82.03% from 255) = 35.30%
BLUE value IS 249 (97.66% from 255) = 42.06%
R=22.64%
G=35.30%
B=42.06%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1342092490.460.1600.02200.8790.5575.1
Hex86D1F92E1002c95b4b
Octal206321371562002311133113
Binary100001101101000111111001101110100000101100100110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D1F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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