#86C1FE

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

Shades of Light Sky Blue #86C1FE

Tints of Light Sky Blue #86C1FE

Color information

#86C1FE (or 0x86C1FE) is unknown color: approx Light Sky Blue. HEX triplet: 86, C1 and FE. RGB value is (134,193,254). Sum of RGB (Red+Green+Blue) = 134+193+254=581 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.06% from 581); Green value is 193 (75.78% from 255 or 33.22% from 581); Blue value is 254 (99.61% from 255 or 43.72% from 581); Max value from RGB is 254 - color contains mainly: blue. Hex color #86C1FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86C1FE is #793E01. Grayscale: #B6B6B6. Windows color (decimal): -7945730 or 16695686. OLE color: 16695686.

HSL color Cylindrical-coordinate representation of color #86C1FE: hue angle of 210.5º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86C1FE is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB134193254-
CMYK0.470.2400.00
HSL210.5º98.36%76.08%-
HSV(B)210.5º47.24%99.61%-
XYZ46.7950.36101.02-
YUV182.31168.4593.54-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.06%
GREEN value IS 193 (75.78% from 255) = 33.22%
BLUE value IS 254 (99.61% from 255) = 43.72%
R=23.06%
G=33.22%
B=43.72%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1341932540.470.2400.00210.598.3676.08
Hex86C1FE2F1800d2624c
Octal206301376573000322142114
Binary10000110110000011111111010111111000001101001011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,193,254); }

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

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

 a { background-color: rgb(134,193,254); }

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

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

 span { border-color: rgb(134,193,254); }

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