#86BDFD

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

Shades of Light Sky Blue #86BDFD

Tints of Light Sky Blue #86BDFD

Color information

#86BDFD (or 0x86BDFD) is unknown color: approx Light Sky Blue. HEX triplet: 86, BD and FD. RGB value is (134,189,253). Sum of RGB (Red+Green+Blue) = 134+189+253=576 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.26% from 576); Green value is 189 (74.22% from 255 or 32.81% from 576); Blue value is 253 (99.22% from 255 or 43.92% from 576); Max value from RGB is 253 - color contains mainly: blue. Hex color #86BDFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86BDFD is #794202. Grayscale: #B3B3B3. Windows color (decimal): -7946755 or 16629126. OLE color: 16629126.

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

Color convert

RGB134189253-
CMYK0.470.2500.01
HSL212.27º96.75%75.88%-
HSV(B)212.27º47.04%99.22%-
XYZ45.7648.5699.89-
YUV179.85169.2895.3-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.26%
GREEN value IS 189 (74.22% from 255) = 32.81%
BLUE value IS 253 (99.22% from 255) = 43.92%
R=23.26%
G=32.81%
B=43.92%

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
Decimal1341892530.470.2500.01212.2796.7575.88
Hex86BDFD2F1901d4614c
Octal206275375573101324141114
Binary10000110101111011111110110111111001011101010011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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