#86C1FD

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

Shades of Light Sky Blue #86C1FD

Tints of Light Sky Blue #86C1FD

Color information

#86C1FD (or 0x86C1FD) is unknown color: approx Light Sky Blue. HEX triplet: 86, C1 and FD. RGB value is (134,193,253). Sum of RGB (Red+Green+Blue) = 134+193+253=580 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.10% from 580); Green value is 193 (75.78% from 255 or 33.28% from 580); Blue value is 253 (99.22% from 255 or 43.62% from 580); Max value from RGB is 253 - color contains mainly: blue. Hex color #86C1FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86C1FD is #793E02. Grayscale: #B5B5B5. Windows color (decimal): -7945731 or 16630150. OLE color: 16630150.

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

Color convert

RGB134193253-
CMYK0.470.2400.01
HSL210.25º96.75%75.88%-
HSV(B)210.25º47.04%99.22%-
XYZ46.6350.3100.18-
YUV182.2167.9593.62-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.10%
GREEN value IS 193 (75.78% from 255) = 33.28%
BLUE value IS 253 (99.22% from 255) = 43.62%
R=23.10%
G=33.28%
B=43.62%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1341932530.470.2400.01210.2596.7575.88
Hex86C1FD2F1801d2614c
Octal206301375573001322141114
Binary10000110110000011111110110111111000011101001011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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