#8ADDEB

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

Shades of Sky Blue #8ADDEB

Tints of Sky Blue #8ADDEB

Color information

#8ADDEB (or 0x8ADDEB) is unknown color: approx Sky Blue. HEX triplet: 8A, DD and EB. RGB value is (138,221,235). Sum of RGB (Red+Green+Blue) = 138+221+235=594 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.23% from 594); Green value is 221 (86.72% from 255 or 37.21% from 594); Blue value is 235 (92.19% from 255 or 39.56% from 594); Max value from RGB is 235 - color contains mainly: blue. Hex color #8ADDEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ADDEB is #752214. Grayscale: #C5C5C5. Windows color (decimal): -7676437 or 15457674. OLE color: 15457674.

HSL color Cylindrical-coordinate representation of color #8ADDEB: hue angle of 188.66º degrees, saturation: 0.71, 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 #8ADDEB is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB138221235-
CMYK0.410.0600.08
HSL188.66º70.8%73.14%-
HSV(B)188.66º41.28%92.16%-
XYZ51.3363.1188.07-
YUV197.7814985.36-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.23%
GREEN value IS 221 (86.72% from 255) = 37.21%
BLUE value IS 235 (92.19% from 255) = 39.56%
R=23.23%
G=37.21%
B=39.56%

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
Decimal1382212350.410.0600.08188.6670.873.14
Hex8ADDEB29608bd4749
Octal212335353516010275107111
Binary100010101101110111101011101001110010001011110110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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