#8AD5DC

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

Shades of Spray #8AD5DC

Tints of Spray #8AD5DC

Color information

#8AD5DC (or 0x8AD5DC) is unknown color: approx Spray. HEX triplet: 8A, D5 and DC. RGB value is (138,213,220). Sum of RGB (Red+Green+Blue) = 138+213+220=571 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.17% from 571); Green value is 213 (83.59% from 255 or 37.30% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 220 - color contains mainly: blue. Hex color #8AD5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AD5DC is #752A23. Grayscale: #BFBFBF. Windows color (decimal): -7678500 or 14472586. OLE color: 14472586.

HSL color Cylindrical-coordinate representation of color #8AD5DC: hue angle of 185.12º 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 #8AD5DC is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB138213220-
CMYK0.370.0300.14
HSL185.12º53.95%70.2%-
HSV(B)185.12º37.27%86.27%-
XYZ47.1958.1676.45-
YUV191.37144.1589.93-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.17%
GREEN value IS 213 (83.59% from 255) = 37.30%
BLUE value IS 220 (86.33% from 255) = 38.53%
R=24.17%
G=37.30%
B=38.53%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1382132200.370.0300.14185.1253.9570.2
Hex8AD5DC2530Eb93646
Octal21232533445301627166106
Binary1000101011010101110111001001011101110101110011101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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