Html Css Color HEX #A9DCCA Scandal

📋 copy color: '#A9DCCA'

red 169 ◦ green 220 ◦ blue 202

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

Shades of Scandal #A9DCCA

Tints of Scandal #A9DCCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 34.18%

R = 28.6%
G = 37.23%
B = 34.18%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#A9DCCA (or 0xA9DCCA) is known color: Scandal. HEX triplet: A9, DC and CA. RGB value is (169,220,202). Sum of RGB (Red+Green+Blue) = 169+220+202=591 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.60% from 591); Green value is 220 (86.33% from 255 or 37.23% from 591); Blue value is 202 (79.30% from 255 or 34.18% from 591); Max value from RGB is 220 - color contains mainly: green. Hex color #A9DCCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DCCA is #562335. Grayscale: #CACACA. Windows color (decimal): -5645110 or 13294761. OLE color: 13294761.

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

Color convert

RGB 169 220 202 -
CMYK 0.23 0 0.08 0.14
HSL 158.82º 0.42% 0.76% -
HSV(B) 158.82º 0.23% 0.86% -
XYZ 52.62 63.89 65.44 -
YUV 202.7 127.6 103.96 -
System Red Green Blue C M Y K H S L
Decimal 169 220 202 0.23 0 0.08 0.14 158.82 0.42 0.76
Hex A9 DC CA 17 0 8 E 9F 2A 4C
Octal 251 334 312 27 0 10 16 237 52 114
Binary 10101001 11011100 11001010 10111 0 1000 1110 10011111 101010 1001100

Color Harmonies of #A9DCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9DCCA

Black with #A9DCCA

Text Example


Text Example

White with #A9DCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9DCCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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