#8AD1DE

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

Shades of Spray #8AD1DE

Tints of Spray #8AD1DE

Color information

#8AD1DE (or 0x8AD1DE) is unknown color: approx Spray. HEX triplet: 8A, D1 and DE. RGB value is (138,209,222). Sum of RGB (Red+Green+Blue) = 138+209+222=569 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.25% from 569); Green value is 209 (82.03% from 255 or 36.73% from 569); Blue value is 222 (87.11% from 255 or 39.02% from 569); Max value from RGB is 222 - color contains mainly: blue. Hex color #8AD1DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AD1DE is #752E21. Grayscale: #BDBDBD. Windows color (decimal): -7679522 or 14602634. OLE color: 14602634.

HSL color Cylindrical-coordinate representation of color #8AD1DE: hue angle of 189.29º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8AD1DE is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB138209222-
CMYK0.380.0600.13
HSL189.29º56%70.59%-
HSV(B)189.29º37.84%87.06%-
XYZ46.4756.2877.52-
YUV189.25146.4891.44-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.25%
GREEN value IS 209 (82.03% from 255) = 36.73%
BLUE value IS 222 (87.11% from 255) = 39.02%
R=24.25%
G=36.73%
B=39.02%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1382092220.380.0600.13189.295670.59
Hex8AD1DE2660Dbd3847
Octal21232133646601527570107
Binary10001010110100011101111010011011001101101111011110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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