#86DDF7

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

Shades of Sky Blue #86DDF7

Tints of Sky Blue #86DDF7

Color information

#86DDF7 (or 0x86DDF7) is unknown color: approx Sky Blue. HEX triplet: 86, DD and F7. RGB value is (134,221,247). Sum of RGB (Red+Green+Blue) = 134+221+247=602 (79% of max value = 765). Red value is 134 (52.73% from 255 or 22.26% from 602); Green value is 221 (86.72% from 255 or 36.71% from 602); Blue value is 247 (96.88% from 255 or 41.03% from 602); Max value from RGB is 247 - color contains mainly: blue. Hex color #86DDF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86DDF7 is #792208. Grayscale: #C5C5C5. Windows color (decimal): -7938569 or 16244102. OLE color: 16244102.

HSL color Cylindrical-coordinate representation of color #86DDF7: hue angle of 193.81º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86DDF7 is Cyan = 0.46, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB134221247-
CMYK0.460.1100.03
HSL193.81º87.6%74.71%-
HSV(B)193.81º45.75%96.86%-
XYZ52.4863.597.49-
YUV197.95155.6882.39-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 22.26%
GREEN value IS 221 (86.72% from 255) = 36.71%
BLUE value IS 247 (96.88% from 255) = 41.03%
R=22.26%
G=36.71%
B=41.03%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1342212470.460.1100.03193.8187.674.71
Hex86DDF72EB03c2584b
Octal206335367561303302130113
Binary10000110110111011111011110111010110111100001010110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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