#86DFED

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

Shades of Sky Blue #86DFED

Tints of Sky Blue #86DFED

Color information

#86DFED (or 0x86DFED) is unknown color: approx Sky Blue. HEX triplet: 86, DF and ED. RGB value is (134,223,237). Sum of RGB (Red+Green+Blue) = 134+223+237=594 (78% of max value = 765). Red value is 134 (52.73% from 255 or 22.56% from 594); Green value is 223 (87.5% from 255 or 37.54% from 594); Blue value is 237 (92.97% from 255 or 39.90% from 594); Max value from RGB is 237 - color contains mainly: blue. Hex color #86DFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86DFED is #792012. Grayscale: #C5C5C5. Windows color (decimal): -7938067 or 15589254. OLE color: 15589254.

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

Color convert

RGB134223237-
CMYK0.430.0600.07
HSL188.16º74.1%72.75%-
HSV(B)188.16º43.46%92.94%-
XYZ51.5163.9689.75-
YUV197.98150.0182.36-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 22.56%
GREEN value IS 223 (87.5% from 255) = 37.54%
BLUE value IS 237 (92.97% from 255) = 39.90%
R=22.56%
G=37.54%
B=39.90%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1342232370.430.0600.07188.1674.172.75
Hex86DFED2B607bc4a49
Octal20633735553607274112111
Binary10000110110111111110110110101111001111011110010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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