Html Css Color HEX #A1DACC Scandal

📋 copy color: '#A1DACC'

red 161 ◦ green 218 ◦ blue 204

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

Shades of Scandal #A1DACC

Tints of Scandal #A1DACC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.39%

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

R = 27.62%
G = 37.39%
B = 34.99%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#A1DACC (or 0xA1DACC) is known color: Scandal. HEX triplet: A1, DA and CC. RGB value is (161,218,204). Sum of RGB (Red+Green+Blue) = 161+218+204=583 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.62% from 583); Green value is 218 (85.55% from 255 or 37.39% from 583); Blue value is 204 (80.08% from 255 or 34.99% from 583); Max value from RGB is 218 - color contains mainly: green. Hex color #A1DACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DACC is #5E2533. Grayscale: #C7C7C7. Windows color (decimal): -6169908 or 13425313. OLE color: 13425313.

HSL color Cylindrical-coordinate representation of color #A1DACC: hue angle of 165.26º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1DACC is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 218 204 -
CMYK 0.26 0 0.06 0.15
HSL 165.26º 0.44% 0.74% -
HSV(B) 165.26º 0.26% 0.85% -
XYZ 50.67 62.08 66.44 -
YUV 199.36 130.62 100.64 -
System Red Green Blue C M Y K H S L
Decimal 161 218 204 0.26 0 0.06 0.15 165.26 0.44 0.74
Hex A1 DA CC 1A 0 6 F A5 2C 4A
Octal 241 332 314 32 0 6 17 245 54 112
Binary 10100001 11011010 11001100 11010 0 110 1111 10100101 101100 1001010

Color Harmonies of #A1DACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DACC

Black with #A1DACC

Text Example


Text Example

White with #A1DACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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