#86BDFF

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

Shades of Light Sky Blue #86BDFF

Tints of Light Sky Blue #86BDFF

Color information

#86BDFF (or 0x86BDFF) is unknown color: approx Light Sky Blue. HEX triplet: 86, BD and FF. RGB value is (134,189,255). Sum of RGB (Red+Green+Blue) = 134+189+255=578 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.18% from 578); Green value is 189 (74.22% from 255 or 32.70% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #86BDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86BDFF is #794200. Grayscale: #B3B3B3. Windows color (decimal): -7946753 or 16760198. OLE color: 16760198.

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

Color convert

RGB134189255-
CMYK0.470.2600
HSL212.73º100%76.27%-
HSV(B)212.73º47.45%100%-
XYZ46.0848.68101.58-
YUV180.08170.2895.13-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.18%
GREEN value IS 189 (74.22% from 255) = 32.70%
BLUE value IS 255 (100% from 255) = 44.12%
R=23.18%
G=32.70%
B=44.12%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1341892550.470.2600212.7310076.27
Hex86BDFF2F1A00d5644c
Octal206275377573200325144114
Binary10000110101111011111111110111111010001101010111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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