Html Css Color HEX #A1DCCC Scandal

📋 copy color: '#A1DCCC'

red 161 ◦ green 220 ◦ blue 204

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

Shades of Scandal #A1DCCC

Tints of Scandal #A1DCCC

RGB

 RED value IS 161 (63.28% from 255) = 27.52%

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

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

R = 27.52%
G = 37.61%
B = 34.87%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#A1DCCC (or 0xA1DCCC) is known color: Scandal. HEX triplet: A1, DC and CC. RGB value is (161,220,204). Sum of RGB (Red+Green+Blue) = 161+220+204=585 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.52% from 585); Green value is 220 (86.33% from 255 or 37.61% from 585); Blue value is 204 (80.08% from 255 or 34.87% from 585); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DCCC is #5E2333. Grayscale: #C8C8C8. Windows color (decimal): -6169396 or 13425825. OLE color: 13425825.

HSL color Cylindrical-coordinate representation of color #A1DCCC: hue angle of 163.73º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1DCCC is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 220 204 -
CMYK 0.27 0 0.07 0.14
HSL 163.73º 0.46% 0.75% -
HSV(B) 163.73º 0.27% 0.86% -
XYZ 51.19 63.12 66.61 -
YUV 200.54 129.95 99.8 -
System Red Green Blue C M Y K H S L
Decimal 161 220 204 0.27 0 0.07 0.14 163.73 0.46 0.75
Hex A1 DC CC 1B 0 7 E A4 2E 4B
Octal 241 334 314 33 0 7 16 244 56 113
Binary 10100001 11011100 11001100 11011 0 111 1110 10100100 101110 1001011

Color Harmonies of #A1DCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DCCC

Black with #A1DCCC

Text Example


Text Example

White with #A1DCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DCCC; }

 p { color: rgb(161,220,204); }

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

background-color css

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

 a { background-color: rgb(161,220,204); }

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

border-color css

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

 span { border-color: rgb(161,220,204); }

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