Html Css Color HEX #A9DCD4 Scandal

📋 copy color: '#A9DCD4'

red 169 ◦ green 220 ◦ blue 212

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

Shades of Scandal #A9DCD4

Tints of Scandal #A9DCD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 35.27%

R = 28.12%
G = 36.61%
B = 35.27%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#A9DCD4 (or 0xA9DCD4) is known color: Scandal. HEX triplet: A9, DC and D4. RGB value is (169,220,212). Sum of RGB (Red+Green+Blue) = 169+220+212=601 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.12% from 601); Green value is 220 (86.33% from 255 or 36.61% from 601); Blue value is 212 (83.20% from 255 or 35.27% from 601); Max value from RGB is 220 - color contains mainly: green. Hex color #A9DCD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DCD4 is #56232B. Grayscale: #CBCBCB. Windows color (decimal): -5645100 or 13950121. OLE color: 13950121.

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

Color convert

RGB 169 220 212 -
CMYK 0.23 0 0.04 0.14
HSL 170.59º 0.42% 0.76% -
HSV(B) 170.59º 0.23% 0.86% -
XYZ 53.84 64.37 71.88 -
YUV 203.84 132.6 103.15 -
System Red Green Blue C M Y K H S L
Decimal 169 220 212 0.23 0 0.04 0.14 170.59 0.42 0.76
Hex A9 DC D4 17 0 4 E AB 2A 4C
Octal 251 334 324 27 0 4 16 253 52 114
Binary 10101001 11011100 11010100 10111 0 100 1110 10101011 101010 1001100

Color Harmonies of #A9DCD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9DCD4

Black with #A9DCD4

Text Example


Text Example

White with #A9DCD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9DCD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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