#86DDF0

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

Shades of Sky Blue #86DDF0

Tints of Sky Blue #86DDF0

Color information

#86DDF0 (or 0x86DDF0) is unknown color: approx Sky Blue. HEX triplet: 86, DD and F0. RGB value is (134,221,240). Sum of RGB (Red+Green+Blue) = 134+221+240=595 (78% of max value = 765). Red value is 134 (52.73% from 255 or 22.52% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 240 (94.14% from 255 or 40.34% from 595); Max value from RGB is 240 - color contains mainly: blue. Hex color #86DDF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86DDF0 is #79220F. Grayscale: #C4C4C4. Windows color (decimal): -7938576 or 15785350. OLE color: 15785350.

HSL color Cylindrical-coordinate representation of color #86DDF0: hue angle of 190.75º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86DDF0 is Cyan = 0.44, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB134221240-
CMYK0.440.0800.06
HSL190.75º77.94%73.33%-
HSV(B)190.75º44.17%94.12%-
XYZ51.4263.0791.9-
YUV197.15152.1882.96-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 22.52%
GREEN value IS 221 (86.72% from 255) = 37.14%
BLUE value IS 240 (94.14% from 255) = 40.34%
R=22.52%
G=37.14%
B=40.34%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1342212400.440.0800.06190.7577.9473.33
Hex86DDF02C806bf4e49
Octal206335360541006277116111
Binary100001101101110111110000101100100001101011111110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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