#8ADDEA

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

Shades of Sky Blue #8ADDEA

Tints of Sky Blue #8ADDEA

Color information

#8ADDEA (or 0x8ADDEA) is unknown color: approx Sky Blue. HEX triplet: 8A, DD and EA. RGB value is (138,221,234). Sum of RGB (Red+Green+Blue) = 138+221+234=593 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.27% from 593); Green value is 221 (86.72% from 255 or 37.27% from 593); Blue value is 234 (91.80% from 255 or 39.46% from 593); Max value from RGB is 234 - color contains mainly: blue. Hex color #8ADDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ADDEA is #752215. Grayscale: #C5C5C5. Windows color (decimal): -7676438 or 15392138. OLE color: 15392138.

HSL color Cylindrical-coordinate representation of color #8ADDEA: hue angle of 188.12º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8ADDEA is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB138221234-
CMYK0.410.0600.08
HSL188.12º69.57%72.94%-
HSV(B)188.12º41.03%91.76%-
XYZ51.1963.0687.32-
YUV197.67148.585.44-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.27%
GREEN value IS 221 (86.72% from 255) = 37.27%
BLUE value IS 234 (91.80% from 255) = 39.46%
R=23.27%
G=37.27%
B=39.46%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1382212340.410.0600.08188.1269.5772.94
Hex8ADDEA29608bc4649
Octal212335352516010274106111
Binary100010101101110111101010101001110010001011110010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,221,234); }

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

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

 a { background-color: rgb(138,221,234); }

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

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

 span { border-color: rgb(138,221,234); }

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