Html Css Color HEX #A9DCD0 Scandal

📋 copy color: '#A9DCD0'

red 169 ◦ green 220 ◦ blue 208

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

Shades of Scandal #A9DCD0

Tints of Scandal #A9DCD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 34.84%

R = 28.31%
G = 36.85%
B = 34.84%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#A9DCD0 (or 0xA9DCD0) is known color: Scandal. HEX triplet: A9, DC and D0. RGB value is (169,220,208). Sum of RGB (Red+Green+Blue) = 169+220+208=597 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.31% from 597); Green value is 220 (86.33% from 255 or 36.85% from 597); Blue value is 208 (81.64% from 255 or 34.84% from 597); Max value from RGB is 220 - color contains mainly: green. Hex color #A9DCD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DCD0 is #56232F. Grayscale: #CBCBCB. Windows color (decimal): -5645104 or 13687977. OLE color: 13687977.

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

Color convert

RGB 169 220 208 -
CMYK 0.23 0 0.05 0.14
HSL 165.88º 0.42% 0.76% -
HSV(B) 165.88º 0.23% 0.86% -
XYZ 53.34 64.18 69.25 -
YUV 203.38 130.6 103.48 -
System Red Green Blue C M Y K H S L
Decimal 169 220 208 0.23 0 0.05 0.14 165.88 0.42 0.76
Hex A9 DC D0 17 0 5 E A6 2A 4C
Octal 251 334 320 27 0 5 16 246 52 114
Binary 10101001 11011100 11010000 10111 0 101 1110 10100110 101010 1001100

Color Harmonies of #A9DCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9DCD0

Black with #A9DCD0

Text Example


Text Example

White with #A9DCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9DCD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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