#86BEFD

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

Shades of Light Sky Blue #86BEFD

Tints of Light Sky Blue #86BEFD

Color information

#86BEFD (or 0x86BEFD) is unknown color: approx Light Sky Blue. HEX triplet: 86, BE and FD. RGB value is (134,190,253). Sum of RGB (Red+Green+Blue) = 134+190+253=577 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.22% from 577); Green value is 190 (74.61% from 255 or 32.93% from 577); Blue value is 253 (99.22% from 255 or 43.85% from 577); Max value from RGB is 253 - color contains mainly: blue. Hex color #86BEFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86BEFD is #794102. Grayscale: #B4B4B4. Windows color (decimal): -7946499 or 16629382. OLE color: 16629382.

HSL color Cylindrical-coordinate representation of color #86BEFD: hue angle of 211.76º 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 #86BEFD is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB134190253-
CMYK0.470.2500.01
HSL211.76º96.75%75.88%-
HSV(B)211.76º47.04%99.22%-
XYZ45.9748.9999.96-
YUV180.44168.9594.88-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.22%
GREEN value IS 190 (74.61% from 255) = 32.93%
BLUE value IS 253 (99.22% from 255) = 43.85%
R=23.22%
G=32.93%
B=43.85%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1341902530.470.2500.01211.7696.7575.88
Hex86BEFD2F1901d4614c
Octal206276375573101324141114
Binary10000110101111101111110110111111001011101010011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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