Html Css Color HEX #A9DCCC Scandal

📋 copy color: '#A9DCCC'

red 169 ◦ green 220 ◦ blue 204

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

Shades of Scandal #A9DCCC

Tints of Scandal #A9DCCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.4%

R = 28.5%
G = 37.1%
B = 34.4%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#A9DCCC (or 0xA9DCCC) is known color: Scandal. HEX triplet: A9, DC and CC. RGB value is (169,220,204). Sum of RGB (Red+Green+Blue) = 169+220+204=593 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.50% from 593); Green value is 220 (86.33% from 255 or 37.10% from 593); Blue value is 204 (80.08% from 255 or 34.40% from 593); Max value from RGB is 220 - color contains mainly: green. Hex color #A9DCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DCCC is #562333. Grayscale: #CACACA. Windows color (decimal): -5645108 or 13425833. OLE color: 13425833.

HSL color Cylindrical-coordinate representation of color #A9DCCC: hue angle of 161.18º 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 #A9DCCC is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 169 220 204 -
CMYK 0.23 0 0.07 0.14
HSL 161.18º 0.42% 0.76% -
HSV(B) 161.18º 0.23% 0.86% -
XYZ 52.85 63.98 66.69 -
YUV 202.93 128.6 103.8 -
System Red Green Blue C M Y K H S L
Decimal 169 220 204 0.23 0 0.07 0.14 161.18 0.42 0.76
Hex A9 DC CC 17 0 7 E A1 2A 4C
Octal 251 334 314 27 0 7 16 241 52 114
Binary 10101001 11011100 11001100 10111 0 111 1110 10100001 101010 1001100

Color Harmonies of #A9DCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9DCCC

Black with #A9DCCC

Text Example


Text Example

White with #A9DCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9DCCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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