Html Css Color HEX #8ACCD2 Spray

📋 copy color: '#8ACCD2'

red 138 ◦ green 204 ◦ blue 210

#8ACCD2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spray #8ACCD2

Tints of Spray #8ACCD2

RGB

 RED value IS 138 (54.3% from 255) = 25%

 GREEN value IS 204 (80.08% from 255) = 36.96%

 BLUE value IS 210 (82.42% from 255) = 38.04%

R = 25%
G = 36.96%
B = 38.04%

CMYK

 C value IS 0.34

 M value IS 0.03

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8ACCD2 (or 0x8ACCD2) is known color: Spray. HEX triplet: 8A, CC and D2. RGB value is (138,204,210). Sum of RGB (Red+Green+Blue) = 138+204+210=552 (73% of max value = 765). Red value is 138 (54.30% from 255 or 25% from 552); Green value is 204 (80.08% from 255 or 36.96% from 552); Blue value is 210 (82.42% from 255 or 38.04% from 552); Max value from RGB is 210 - color contains mainly: blue. Hex color #8ACCD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACCD2 is #75332D. Grayscale: #B8B8B8. Windows color (decimal): -7680814 or 13814922. OLE color: 13814922.

HSL color Cylindrical-coordinate representation of color #8ACCD2: hue angle of 185º degrees, saturation: 0.44, 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 #8ACCD2 is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 138 204 210 -
CMYK 0.34 0.03 0 0.18
HSL 185º 0.44% 0.68% -
HSV(B) 185º 0.34% 0.82% -
XYZ 43.71 53.24 68.95 -
YUV 184.95 142.13 94.51 -
System Red Green Blue C M Y K H S L
Decimal 138 204 210 0.34 0.03 0 0.18 185 0.44 0.68
Hex 8A CC D2 22 3 0 12 B9 2C 44
Octal 212 314 322 42 3 0 22 271 54 104
Binary 10001010 11001100 11010010 100010 11 0 10010 10111001 101100 1000100

Color Harmonies of #8ACCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACCD2

Black with #8ACCD2

Text Example


Text Example

White with #8ACCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8ACCD2;
 }
 .AnyTagClassName
 {
   color: #8ACCD2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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