#86DCED

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

Shades of Sky Blue #86DCED

Tints of Sky Blue #86DCED

Color information

#86DCED (or 0x86DCED) is unknown color: approx Sky Blue. HEX triplet: 86, DC and ED. RGB value is (134,220,237). Sum of RGB (Red+Green+Blue) = 134+220+237=591 (78% of max value = 765). Red value is 134 (52.73% from 255 or 22.67% from 591); Green value is 220 (86.33% from 255 or 37.23% from 591); Blue value is 237 (92.97% from 255 or 40.10% from 591); Max value from RGB is 237 - color contains mainly: blue. Hex color #86DCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86DCED is #792312. Grayscale: #C4C4C4. Windows color (decimal): -7938835 or 15588486. OLE color: 15588486.

HSL color Cylindrical-coordinate representation of color #86DCED: hue angle of 189.9º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86DCED is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB134220237-
CMYK0.430.0700.07
HSL189.9º74.1%72.75%-
HSV(B)189.9º43.46%92.94%-
XYZ50.7162.3789.49-
YUV196.22151.0183.62-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 22.67%
GREEN value IS 220 (86.33% from 255) = 37.23%
BLUE value IS 237 (92.97% from 255) = 40.10%
R=22.67%
G=37.23%
B=40.10%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1342202370.430.0700.07189.974.172.75
Hex86DCED2B707be4a49
Octal20633435553707276112111
Binary10000110110111001110110110101111101111011111010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,220,237); }

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

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

 a { background-color: rgb(134,220,237); }

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

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

 span { border-color: rgb(134,220,237); }

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