#86DAEE

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

Shades of Sky Blue #86DAEE

Tints of Sky Blue #86DAEE

Color information

#86DAEE (or 0x86DAEE) is unknown color: approx Sky Blue. HEX triplet: 86, DA and EE. RGB value is (134,218,238). Sum of RGB (Red+Green+Blue) = 134+218+238=590 (78% of max value = 765). Red value is 134 (52.73% from 255 or 22.71% from 590); Green value is 218 (85.55% from 255 or 36.95% from 590); Blue value is 238 (93.36% from 255 or 40.34% from 590); Max value from RGB is 238 - color contains mainly: blue. Hex color #86DAEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86DAEE is #792511. Grayscale: #C3C3C3. Windows color (decimal): -7939346 or 15653510. OLE color: 15653510.

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

Color convert

RGB134218238-
CMYK0.440.0800.07
HSL191.54º75.36%72.94%-
HSV(B)191.54º43.7%93.33%-
XYZ50.3461.3890.08-
YUV195.16152.1784.37-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 22.71%
GREEN value IS 218 (85.55% from 255) = 36.95%
BLUE value IS 238 (93.36% from 255) = 40.34%
R=22.71%
G=36.95%
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.07
SystemRedGreenBlueCMYKHSL
Decimal1342182380.440.0800.07191.5475.3672.94
Hex86DAEE2C807c04b49
Octal206332356541007300113111
Binary100001101101101011101110101100100001111100000010010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,218,238); }

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

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

 a { background-color: rgb(134,218,238); }

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

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

 span { border-color: rgb(134,218,238); }

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