#86D0FA

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

Shades of Light Sky Blue #86D0FA

Tints of Light Sky Blue #86D0FA

Color information

#86D0FA (or 0x86D0FA) is unknown color: approx Light Sky Blue. HEX triplet: 86, D0 and FA. RGB value is (134,208,250). Sum of RGB (Red+Green+Blue) = 134+208+250=592 (78% of max value = 765). Red value is 134 (52.73% from 255 or 22.64% from 592); Green value is 208 (81.64% from 255 or 35.14% from 592); Blue value is 250 (98.05% from 255 or 42.23% from 592); Max value from RGB is 250 - color contains mainly: blue. Hex color #86D0FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86D0FA is #792F05. Grayscale: #BEBEBE. Windows color (decimal): -7941894 or 16437382. OLE color: 16437382.

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

Color convert

RGB134208250-
CMYK0.460.1700.02
HSL201.72º92.06%75.29%-
HSV(B)201.72º46.4%98.04%-
XYZ49.6457.0898.84-
YUV190.66161.4887.58-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 22.64%
GREEN value IS 208 (81.64% from 255) = 35.14%
BLUE value IS 250 (98.05% from 255) = 42.23%
R=22.64%
G=35.14%
B=42.23%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1342082500.460.1700.02201.7292.0675.29
Hex86D0FA2E1102ca5c4b
Octal206320372562102312134113
Binary100001101101000011111010101110100010101100101010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,208,250); }

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

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

 a { background-color: rgb(134,208,250); }

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

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

 span { border-color: rgb(134,208,250); }

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