#8ADAEC

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

Shades of Sky Blue #8ADAEC

Tints of Sky Blue #8ADAEC

Color information

#8ADAEC (or 0x8ADAEC) is unknown color: approx Sky Blue. HEX triplet: 8A, DA and EC. RGB value is (138,218,236). Sum of RGB (Red+Green+Blue) = 138+218+236=592 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.31% from 592); Green value is 218 (85.55% from 255 or 36.82% from 592); Blue value is 236 (92.58% from 255 or 39.86% from 592); Max value from RGB is 236 - color contains mainly: blue. Hex color #8ADAEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ADAEC is #752513. Grayscale: #C3C3C3. Windows color (decimal): -7677204 or 15522442. OLE color: 15522442.

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

Color convert

RGB138218236-
CMYK0.420.0800.07
HSL191.02º72.06%73.33%-
HSV(B)191.02º41.53%92.55%-
XYZ50.6961.688.58-
YUV196.13150.586.54-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.31%
GREEN value IS 218 (85.55% from 255) = 36.82%
BLUE value IS 236 (92.58% from 255) = 39.86%
R=23.31%
G=36.82%
B=39.86%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1382182360.420.0800.07191.0272.0673.33
Hex8ADAEC2A807bf4849
Octal212332354521007277110111
Binary100010101101101011101100101010100001111011111110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8ADAEC; }

 p { color: rgb(138,218,236); }

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

<style>
 a { background-color: #8ADAEC; }

 a { background-color: rgb(138,218,236); }

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

<style>
 span { border-color: #8ADAEC; }

 span { border-color: rgb(138,218,236); }

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