Html Css Color HEX #A9DDCF Scandal

📋 copy color: '#A9DDCF'

red 169 ◦ green 221 ◦ blue 207

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

Shades of Scandal #A9DDCF

Tints of Scandal #A9DDCF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.02%

 BLUE value IS 207 (81.25% from 255) = 34.67%

R = 28.31%
G = 37.02%
B = 34.67%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#A9DDCF (or 0xA9DDCF) is known color: Scandal. HEX triplet: A9, DD and CF. RGB value is (169,221,207). Sum of RGB (Red+Green+Blue) = 169+221+207=597 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.31% from 597); Green value is 221 (86.72% from 255 or 37.02% from 597); Blue value is 207 (81.25% from 255 or 34.67% from 597); Max value from RGB is 221 - color contains mainly: green. Hex color #A9DDCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DDCF is #562230. Grayscale: #CBCBCB. Windows color (decimal): -5644849 or 13622697. OLE color: 13622697.

HSL color Cylindrical-coordinate representation of color #A9DDCF: hue angle of 163.85º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A9DDCF is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB 169 221 207 -
CMYK 0.24 0 0.06 0.13
HSL 163.85º 0.43% 0.76% -
HSV(B) 163.85º 0.24% 0.87% -
XYZ 53.48 64.65 68.69 -
YUV 203.86 129.77 103.14 -
System Red Green Blue C M Y K H S L
Decimal 169 221 207 0.24 0 0.06 0.13 163.85 0.43 0.76
Hex A9 DD CF 18 0 6 D A4 2B 4C
Octal 251 335 317 30 0 6 15 244 53 114
Binary 10101001 11011101 11001111 11000 0 110 1101 10100100 101011 1001100

Color Harmonies of #A9DDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9DDCF

Black with #A9DDCF

Text Example


Text Example

White with #A9DDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9DDCF; }

 p { color: rgb(169,221,207); }

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

background-color css

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

 a { background-color: rgb(169,221,207); }

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

border-color css

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

 span { border-color: rgb(169,221,207); }

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