#8ACDDD

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

Shades of Spray #8ACDDD

Tints of Spray #8ACDDD

Color information

#8ACDDD (or 0x8ACDDD) is unknown color: approx Spray. HEX triplet: 8A, CD and DD. RGB value is (138,205,221). Sum of RGB (Red+Green+Blue) = 138+205+221=564 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.47% from 564); Green value is 205 (80.47% from 255 or 36.35% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 221 - color contains mainly: blue. Hex color #8ACDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACDDD is #753222. Grayscale: #BABABA. Windows color (decimal): -7680547 or 14536074. OLE color: 14536074.

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

Color convert

RGB138205221-
CMYK0.380.0700.13
HSL191.57º54.97%70.39%-
HSV(B)191.57º37.56%86.67%-
XYZ45.3654.2976.49-
YUV186.79147.393.2-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.47%
GREEN value IS 205 (80.47% from 255) = 36.35%
BLUE value IS 221 (86.72% from 255) = 39.18%
R=24.47%
G=36.35%
B=39.18%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1382052210.380.0700.13191.5754.9770.39
Hex8ACDDD2670Dc03746
Octal21231533546701530067106
Binary10001010110011011101110110011011101101110000001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,205,221); }

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

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

 a { background-color: rgb(138,205,221); }

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

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

 span { border-color: rgb(138,205,221); }

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