Html Css Color HEX #A9D5CC Scandal

📋 copy color: '#A9D5CC'

red 169 ◦ green 213 ◦ blue 204

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

Shades of Scandal #A9D5CC

Tints of Scandal #A9D5CC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.35%

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

R = 28.84%
G = 36.35%
B = 34.81%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#A9D5CC (or 0xA9D5CC) is known color: Scandal. HEX triplet: A9, D5 and CC. RGB value is (169,213,204). Sum of RGB (Red+Green+Blue) = 169+213+204=586 (77% of max value = 765). Red value is 169 (66.41% from 255 or 28.84% from 586); Green value is 213 (83.59% from 255 or 36.35% from 586); Blue value is 204 (80.08% from 255 or 34.81% from 586); Max value from RGB is 213 - color contains mainly: green. Hex color #A9D5CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9D5CC is #562A33. Grayscale: #C6C6C6. Windows color (decimal): -5646900 or 13424041. OLE color: 13424041.

HSL color Cylindrical-coordinate representation of color #A9D5CC: hue angle of 167.73º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A9D5CC is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 169 213 204 -
CMYK 0.21 0 0.04 0.16
HSL 167.73º 0.34% 0.75% -
HSV(B) 167.73º 0.21% 0.84% -
XYZ 51.06 60.38 66.09 -
YUV 198.82 130.92 106.73 -
System Red Green Blue C M Y K H S L
Decimal 169 213 204 0.21 0 0.04 0.16 167.73 0.34 0.75
Hex A9 D5 CC 15 0 4 10 A8 22 4B
Octal 251 325 314 25 0 4 20 250 42 113
Binary 10101001 11010101 11001100 10101 0 100 10000 10101000 100010 1001011

Color Harmonies of #A9D5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9D5CC

Black with #A9D5CC

Text Example


Text Example

White with #A9D5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9D5CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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