#86CAED

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

Shades of Sky Blue #86CAED

Tints of Sky Blue #86CAED

Color information

#86CAED (or 0x86CAED) is unknown color: approx Sky Blue. HEX triplet: 86, CA and ED. RGB value is (134,202,237). Sum of RGB (Red+Green+Blue) = 134+202+237=573 (75% of max value = 765). Red value is 134 (52.73% from 255 or 23.39% from 573); Green value is 202 (79.30% from 255 or 35.25% from 573); Blue value is 237 (92.97% from 255 or 41.36% from 573); Max value from RGB is 237 - color contains mainly: blue. Hex color #86CAED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86CAED is #793512. Grayscale: #B9B9B9. Windows color (decimal): -7943443 or 15583878. OLE color: 15583878.

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

Color convert

RGB134202237-
CMYK0.430.1500.07
HSL200.39º74.1%72.75%-
HSV(B)200.39º43.46%92.94%-
XYZ46.2453.4288-
YUV185.66156.9791.15-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.39%
GREEN value IS 202 (79.30% from 255) = 35.25%
BLUE value IS 237 (92.97% from 255) = 41.36%
R=23.39%
G=35.25%
B=41.36%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1342022370.430.1500.07200.3974.172.75
Hex86CAED2BF07c84a49
Octal206312355531707310112111
Binary100001101100101011101101101011111101111100100010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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