Html Css Color HEX #A9DCC9 Scandal

📋 copy color: '#A9DCC9'

red 169 ◦ green 220 ◦ blue 201

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

Shades of Scandal #A9DCC9

Tints of Scandal #A9DCC9

RGB

 RED value IS 169 (66.41% from 255) = 28.64%

 GREEN value IS 220 (86.33% from 255) = 37.29%

 BLUE value IS 201 (78.91% from 255) = 34.07%

R = 28.64%
G = 37.29%
B = 34.07%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#A9DCC9 (or 0xA9DCC9) is known color: Scandal. HEX triplet: A9, DC and C9. RGB value is (169,220,201). Sum of RGB (Red+Green+Blue) = 169+220+201=590 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.64% from 590); Green value is 220 (86.33% from 255 or 37.29% from 590); Blue value is 201 (78.91% from 255 or 34.07% from 590); Max value from RGB is 220 - color contains mainly: green. Hex color #A9DCC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DCC9 is #562336. Grayscale: #CACACA. Windows color (decimal): -5645111 or 13229225. OLE color: 13229225.

HSL color Cylindrical-coordinate representation of color #A9DCC9: hue angle of 157.65º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A9DCC9 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB 169 220 201 -
CMYK 0.23 0 0.09 0.14
HSL 157.65º 0.42% 0.76% -
HSV(B) 157.65º 0.23% 0.86% -
XYZ 52.5 63.84 64.81 -
YUV 202.59 127.1 104.04 -
System Red Green Blue C M Y K H S L
Decimal 169 220 201 0.23 0 0.09 0.14 157.65 0.42 0.76
Hex A9 DC C9 17 0 9 E 9E 2A 4C
Octal 251 334 311 27 0 11 16 236 52 114
Binary 10101001 11011100 11001001 10111 0 1001 1110 10011110 101010 1001100

Color Harmonies of #A9DCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9DCC9

Black with #A9DCC9

Text Example


Text Example

White with #A9DCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9DCC9; }

 p { color: rgb(169,220,201); }

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

background-color css

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

 a { background-color: rgb(169,220,201); }

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

border-color css

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

 span { border-color: rgb(169,220,201); }

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