#8ADEEE

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

Shades of Sky Blue #8ADEEE

Tints of Sky Blue #8ADEEE

Color information

#8ADEEE (or 0x8ADEEE) is unknown color: approx Sky Blue. HEX triplet: 8A, DE and EE. RGB value is (138,222,238). Sum of RGB (Red+Green+Blue) = 138+222+238=598 (79% of max value = 765). Red value is 138 (54.30% from 255 or 23.08% from 598); Green value is 222 (87.11% from 255 or 37.12% from 598); Blue value is 238 (93.36% from 255 or 39.80% from 598); Max value from RGB is 238 - color contains mainly: blue. Hex color #8ADEEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ADEEE is #752111. Grayscale: #C6C6C6. Windows color (decimal): -7676178 or 15654538. OLE color: 15654538.

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

Color convert

RGB138222238-
CMYK0.420.0700.07
HSL189.6º74.63%73.73%-
HSV(B)189.6º42.02%93.33%-
XYZ52.0463.8290.46-
YUV198.71150.1784.7-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.08%
GREEN value IS 222 (87.11% from 255) = 37.12%
BLUE value IS 238 (93.36% from 255) = 39.80%
R=23.08%
G=37.12%
B=39.80%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1382222380.420.0700.07189.674.6373.73
Hex8ADEEE2A707be4b4a
Octal21233635652707276113112
Binary10001010110111101110111010101011101111011111010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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