#8ADFE0

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

Shades of Spray #8ADFE0

Tints of Spray #8ADFE0

Color information

#8ADFE0 (or 0x8ADFE0) is unknown color: approx Spray. HEX triplet: 8A, DF and E0. RGB value is (138,223,224). Sum of RGB (Red+Green+Blue) = 138+223+224=585 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.59% from 585); Green value is 223 (87.5% from 255 or 38.12% from 585); Blue value is 224 (87.89% from 255 or 38.29% from 585); Max value from RGB is 224 - color contains mainly: blue. Hex color #8ADFE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADFE0 is #75201F. Grayscale: #C5C5C5. Windows color (decimal): -7675936 or 14737290. OLE color: 14737290.

HSL color Cylindrical-coordinate representation of color #8ADFE0: hue angle of 180.7º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ADFE0 is Cyan = 0.38, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB138223224-
CMYK0.380.0000.12
HSL180.7º58.11%70.98%-
HSV(B)180.7º38.39%87.84%-
XYZ50.3263.5680.14-
YUV197.7142.8485.42-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.59%
GREEN value IS 223 (87.5% from 255) = 38.12%
BLUE value IS 224 (87.89% from 255) = 38.29%
R=23.59%
G=38.12%
B=38.29%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1382232240.380.0000.12180.758.1170.98
Hex8ADFE02600Cb53a47
Octal21233734046001426572107
Binary100010101101111111100000100110001100101101011110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,223,224); }

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

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

 a { background-color: rgb(138,223,224); }

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

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

 span { border-color: rgb(138,223,224); }

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