#8ACCDA

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

Shades of Spray #8ACCDA

Tints of Spray #8ACCDA

Color information

#8ACCDA (or 0x8ACCDA) is unknown color: approx Spray. HEX triplet: 8A, CC and DA. RGB value is (138,204,218). Sum of RGB (Red+Green+Blue) = 138+204+218=560 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.64% from 560); Green value is 204 (80.08% from 255 or 36.43% from 560); Blue value is 218 (85.55% from 255 or 38.93% from 560); Max value from RGB is 218 - color contains mainly: blue. Hex color #8ACCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACCDA is #753325. Grayscale: #B9B9B9. Windows color (decimal): -7680806 or 14339210. OLE color: 14339210.

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

Color convert

RGB138204218-
CMYK0.370.0600.15
HSL190.5º51.95%69.8%-
HSV(B)190.5º36.7%85.49%-
XYZ44.7353.6574.33-
YUV185.86146.1393.86-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.64%
GREEN value IS 204 (80.08% from 255) = 36.43%
BLUE value IS 218 (85.55% from 255) = 38.93%
R=24.64%
G=36.43%
B=38.93%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1382042180.370.0600.15190.551.9569.8
Hex8ACCDA2560Fbe3446
Octal21231433245601727664106
Binary10001010110011001101101010010111001111101111101101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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