Html Css Color HEX #A9D9D0 Scandal

📋 copy color: '#A9D9D0'

red 169 ◦ green 217 ◦ blue 208

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

Shades of Scandal #A9D9D0

Tints of Scandal #A9D9D0

RGB

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

 GREEN value IS 217 (85.16% from 255) = 36.53%

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

R = 28.45%
G = 36.53%
B = 35.02%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#A9D9D0 (or 0xA9D9D0) is known color: Scandal. HEX triplet: A9, D9 and D0. RGB value is (169,217,208). Sum of RGB (Red+Green+Blue) = 169+217+208=594 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.45% from 594); Green value is 217 (85.16% from 255 or 36.53% from 594); Blue value is 208 (81.64% from 255 or 35.02% from 594); Max value from RGB is 217 - color contains mainly: green. Hex color #A9D9D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9D9D0 is #56262F. Grayscale: #C9C9C9. Windows color (decimal): -5645872 or 13687209. OLE color: 13687209.

HSL color Cylindrical-coordinate representation of color #A9D9D0: hue angle of 168.75º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A9D9D0 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 169 217 208 -
CMYK 0.22 0 0.04 0.15
HSL 168.75º 0.39% 0.76% -
HSV(B) 168.75º 0.22% 0.85% -
XYZ 52.56 62.61 68.99 -
YUV 201.62 131.6 104.73 -
System Red Green Blue C M Y K H S L
Decimal 169 217 208 0.22 0 0.04 0.15 168.75 0.39 0.76
Hex A9 D9 D0 16 0 4 F A9 27 4C
Octal 251 331 320 26 0 4 17 251 47 114
Binary 10101001 11011001 11010000 10110 0 100 1111 10101001 100111 1001100

Color Harmonies of #A9D9D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9D9D0

Black with #A9D9D0

Text Example


Text Example

White with #A9D9D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9D9D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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