#86DFF7

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

Shades of Sky Blue #86DFF7

Tints of Sky Blue #86DFF7

Color information

#86DFF7 (or 0x86DFF7) is unknown color: approx Sky Blue. HEX triplet: 86, DF and F7. RGB value is (134,223,247). Sum of RGB (Red+Green+Blue) = 134+223+247=604 (80% of max value = 765). Red value is 134 (52.73% from 255 or 22.19% from 604); Green value is 223 (87.5% from 255 or 36.92% from 604); Blue value is 247 (96.88% from 255 or 40.89% from 604); Max value from RGB is 247 - color contains mainly: blue. Hex color #86DFF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86DFF7 is #792008. Grayscale: #C6C6C6. Windows color (decimal): -7938057 or 16244614. OLE color: 16244614.

HSL color Cylindrical-coordinate representation of color #86DFF7: hue angle of 192.74º 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 #86DFF7 is Cyan = 0.46, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB134223247-
CMYK0.460.1000.03
HSL192.74º87.6%74.71%-
HSV(B)192.74º45.75%96.86%-
XYZ53.0164.5697.66-
YUV199.12155.0181.55-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 22.19%
GREEN value IS 223 (87.5% from 255) = 36.92%
BLUE value IS 247 (96.88% from 255) = 40.89%
R=22.19%
G=36.92%
B=40.89%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1342232470.460.1000.03192.7487.674.71
Hex86DFF72EA03c1584b
Octal206337367561203301130113
Binary10000110110111111111011110111010100111100000110110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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