#86DDED

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

Shades of Sky Blue #86DDED

Tints of Sky Blue #86DDED

Color information

#86DDED (or 0x86DDED) is unknown color: approx Sky Blue. HEX triplet: 86, DD and ED. RGB value is (134,221,237). Sum of RGB (Red+Green+Blue) = 134+221+237=592 (78% of max value = 765). Red value is 134 (52.73% from 255 or 22.64% from 592); Green value is 221 (86.72% from 255 or 37.33% from 592); Blue value is 237 (92.97% from 255 or 40.03% from 592); Max value from RGB is 237 - color contains mainly: blue. Hex color #86DDED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86DDED is #792212. Grayscale: #C4C4C4. Windows color (decimal): -7938579 or 15588742. OLE color: 15588742.

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

Color convert

RGB134221237-
CMYK0.430.0700.07
HSL189.32º74.1%72.75%-
HSV(B)189.32º43.46%92.94%-
XYZ50.9762.989.57-
YUV196.81150.6883.2-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 22.64%
GREEN value IS 221 (86.72% from 255) = 37.33%
BLUE value IS 237 (92.97% from 255) = 40.03%
R=22.64%
G=37.33%
B=40.03%

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
Decimal1342212370.430.0700.07189.3274.172.75
Hex86DDED2B707bd4a49
Octal20633535553707275112111
Binary10000110110111011110110110101111101111011110110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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