#86DAFF

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

Shades of Light Sky Blue #86DAFF

Tints of Light Sky Blue #86DAFF

Color information

#86DAFF (or 0x86DAFF) is unknown color: approx Light Sky Blue. HEX triplet: 86, DA and FF. RGB value is (134,218,255). Sum of RGB (Red+Green+Blue) = 134+218+255=607 (80% of max value = 765). Red value is 134 (52.73% from 255 or 22.08% from 607); Green value is 218 (85.55% from 255 or 35.91% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #86DAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86DAFF is #792500. Grayscale: #C4C4C4. Windows color (decimal): -7939329 or 16767622. OLE color: 16767622.

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

Color convert

RGB134218255-
CMYK0.470.1500
HSL198.35º100%76.27%-
HSV(B)198.35º47.45%100%-
XYZ52.9562.43103.87-
YUV197.1160.6782.99-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 22.08%
GREEN value IS 218 (85.55% from 255) = 35.91%
BLUE value IS 255 (100% from 255) = 42.01%
R=22.08%
G=35.91%
B=42.01%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1342182550.470.1500198.3510076.27
Hex86DAFF2FF00c6644c
Octal206332377571700306144114
Binary1000011011011010111111111011111111001100011011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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