#8ACCD0

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

Shades of Spray #8ACCD0

Tints of Spray #8ACCD0

Color information

#8ACCD0 (or 0x8ACCD0) is unknown color: approx Spray. HEX triplet: 8A, CC and D0. RGB value is (138,204,208). Sum of RGB (Red+Green+Blue) = 138+204+208=550 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.09% from 550); Green value is 204 (80.08% from 255 or 37.09% from 550); Blue value is 208 (81.64% from 255 or 37.82% from 550); Max value from RGB is 208 - color contains mainly: blue. Hex color #8ACCD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACCD0 is #75332F. Grayscale: #B8B8B8. Windows color (decimal): -7680816 or 13683850. OLE color: 13683850.

HSL color Cylindrical-coordinate representation of color #8ACCD0: hue angle of 183.43º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8ACCD0 is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB138204208-
CMYK0.340.0200.18
HSL183.43º42.68%67.84%-
HSV(B)183.43º33.65%81.57%-
XYZ43.4653.1467.64-
YUV184.72141.1394.67-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.09%
GREEN value IS 204 (80.08% from 255) = 37.09%
BLUE value IS 208 (81.64% from 255) = 37.82%
R=25.09%
G=37.09%
B=37.82%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1382042080.340.0200.18183.4342.6867.84
Hex8ACCD0222012b72b44
Octal21231432042202226753104
Binary10001010110011001101000010001010010010101101111010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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