#8ADEEC

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

Shades of Sky Blue #8ADEEC

Tints of Sky Blue #8ADEEC

Color information

#8ADEEC (or 0x8ADEEC) is unknown color: approx Sky Blue. HEX triplet: 8A, DE and EC. RGB value is (138,222,236). Sum of RGB (Red+Green+Blue) = 138+222+236=596 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.15% from 596); Green value is 222 (87.11% from 255 or 37.25% from 596); Blue value is 236 (92.58% from 255 or 39.60% from 596); Max value from RGB is 236 - color contains mainly: blue. Hex color #8ADEEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ADEEC is #752113. Grayscale: #C6C6C6. Windows color (decimal): -7676180 or 15523466. OLE color: 15523466.

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

Color convert

RGB138222236-
CMYK0.420.0600.07
HSL188.57º72.06%73.33%-
HSV(B)188.57º41.53%92.55%-
XYZ51.7463.788.93-
YUV198.48149.1784.86-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.15%
GREEN value IS 222 (87.11% from 255) = 37.25%
BLUE value IS 236 (92.58% from 255) = 39.60%
R=23.15%
G=37.25%
B=39.60%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1382222360.420.0600.07188.5772.0673.33
Hex8ADEEC2A607bd4849
Octal21233635452607275110111
Binary10001010110111101110110010101011001111011110110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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