#8ADAEE

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

Shades of Sky Blue #8ADAEE

Tints of Sky Blue #8ADAEE

Color information

#8ADAEE (or 0x8ADAEE) is unknown color: approx Sky Blue. HEX triplet: 8A, DA and EE. RGB value is (138,218,238). Sum of RGB (Red+Green+Blue) = 138+218+238=594 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.23% from 594); Green value is 218 (85.55% from 255 or 36.70% from 594); Blue value is 238 (93.36% from 255 or 40.07% from 594); Max value from RGB is 238 - color contains mainly: blue. Hex color #8ADAEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ADAEE is #752511. Grayscale: #C4C4C4. Windows color (decimal): -7677202 or 15653514. OLE color: 15653514.

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

Color convert

RGB138218238-
CMYK0.420.0800.07
HSL192º74.63%73.73%-
HSV(B)192º42.02%93.33%-
XYZ50.9961.7290.11-
YUV196.36151.586.37-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.23%
GREEN value IS 218 (85.55% from 255) = 36.70%
BLUE value IS 238 (93.36% from 255) = 40.07%
R=23.23%
G=36.70%
B=40.07%

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
Decimal1382182380.420.0800.0719274.6373.73
Hex8ADAEE2A807c04b4a
Octal212332356521007300113112
Binary100010101101101011101110101010100001111100000010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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