Html Css Color HEX #A0DAC8 Scandal

📋 copy color: '#A0DAC8'

red 160 ◦ green 218 ◦ blue 200

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

Shades of Scandal #A0DAC8

Tints of Scandal #A0DAC8

RGB

 RED value IS 160 (62.89% from 255) = 27.68%

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

 BLUE value IS 200 (78.52% from 255) = 34.6%

R = 27.68%
G = 37.72%
B = 34.6%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#A0DAC8 (or 0xA0DAC8) is known color: Scandal. HEX triplet: A0, DA and C8. RGB value is (160,218,200). Sum of RGB (Red+Green+Blue) = 160+218+200=578 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.68% from 578); Green value is 218 (85.55% from 255 or 37.72% from 578); Blue value is 200 (78.52% from 255 or 34.60% from 578); Max value from RGB is 218 - color contains mainly: green. Hex color #A0DAC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DAC8 is #5F2537. Grayscale: #C6C6C6. Windows color (decimal): -6235448 or 13163168. OLE color: 13163168.

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

Color convert

RGB 160 218 200 -
CMYK 0.27 0 0.08 0.15
HSL 161.38º 0.44% 0.74% -
HSV(B) 161.38º 0.27% 0.85% -
XYZ 49.99 61.79 63.93 -
YUV 198.61 128.78 100.46 -
System Red Green Blue C M Y K H S L
Decimal 160 218 200 0.27 0 0.08 0.15 161.38 0.44 0.74
Hex A0 DA C8 1B 0 8 F A1 2C 4A
Octal 240 332 310 33 0 10 17 241 54 112
Binary 10100000 11011010 11001000 11011 0 1000 1111 10100001 101100 1001010

Color Harmonies of #A0DAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DAC8

Black with #A0DAC8

Text Example


Text Example

White with #A0DAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DAC8; }

 p { color: rgb(160,218,200); }

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

background-color css

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

 a { background-color: rgb(160,218,200); }

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

border-color css

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

 span { border-color: rgb(160,218,200); }

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