#8ACCD8

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

Shades of Spray #8ACCD8

Tints of Spray #8ACCD8

Color information

#8ACCD8 (or 0x8ACCD8) is unknown color: approx Spray. HEX triplet: 8A, CC and D8. RGB value is (138,204,216). Sum of RGB (Red+Green+Blue) = 138+204+216=558 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.73% from 558); Green value is 204 (80.08% from 255 or 36.56% from 558); Blue value is 216 (84.77% from 255 or 38.71% from 558); Max value from RGB is 216 - color contains mainly: blue. Hex color #8ACCD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACCD8 is #753327. Grayscale: #B9B9B9. Windows color (decimal): -7680808 or 14208138. OLE color: 14208138.

HSL color Cylindrical-coordinate representation of color #8ACCD8: hue angle of 189.23º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8ACCD8 is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB138204216-
CMYK0.360.0600.15
HSL189.23º50%69.41%-
HSV(B)189.23º36.11%84.71%-
XYZ44.4753.5572.96-
YUV185.63145.1394.02-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.73%
GREEN value IS 204 (80.08% from 255) = 36.56%
BLUE value IS 216 (84.77% from 255) = 38.71%
R=24.73%
G=36.56%
B=38.71%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1382042160.360.0600.15189.235069.41
Hex8ACCD82460Fbd3245
Octal21231433044601727562105
Binary10001010110011001101100010010011001111101111011100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,204,216); }

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

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

 a { background-color: rgb(138,204,216); }

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

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

 span { border-color: rgb(138,204,216); }

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