#8AD9DC

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

Shades of Spray #8AD9DC

Tints of Spray #8AD9DC

Color information

#8AD9DC (or 0x8AD9DC) is unknown color: approx Spray. HEX triplet: 8A, D9 and DC. RGB value is (138,217,220). Sum of RGB (Red+Green+Blue) = 138+217+220=575 (76% of max value = 765). Red value is 138 (54.30% from 255 or 24% from 575); Green value is 217 (85.16% from 255 or 37.74% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 220 - color contains mainly: blue. Hex color #8AD9DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AD9DC is #752623. Grayscale: #C1C1C1. Windows color (decimal): -7677476 or 14473610. OLE color: 14473610.

HSL color Cylindrical-coordinate representation of color #8AD9DC: hue angle of 182.2º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8AD9DC is Cyan = 0.37, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB138217220-
CMYK0.370.0100.14
HSL182.2º53.95%70.2%-
HSV(B)182.2º37.27%86.27%-
XYZ48.2160.276.79-
YUV193.72142.8388.26-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24%
GREEN value IS 217 (85.16% from 255) = 37.74%
BLUE value IS 220 (86.33% from 255) = 38.26%
R=24%
G=37.74%
B=38.26%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1382172200.370.0100.14182.253.9570.2
Hex8AD9DC2510Eb63646
Octal21233133445101626666106
Binary100010101101100111011100100101101110101101101101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,217,220); }

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

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

 a { background-color: rgb(138,217,220); }

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

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

 span { border-color: rgb(138,217,220); }

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