Html Css Color HEX #A0DBC6 Scandal

📋 copy color: '#A0DBC6'

red 160 ◦ green 219 ◦ blue 198

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

Shades of Scandal #A0DBC6

Tints of Scandal #A0DBC6

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.95%

 BLUE value IS 198 (77.73% from 255) = 34.32%

R = 27.73%
G = 37.95%
B = 34.32%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#A0DBC6 (or 0xA0DBC6) is known color: Scandal. HEX triplet: A0, DB and C6. RGB value is (160,219,198). Sum of RGB (Red+Green+Blue) = 160+219+198=577 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.73% from 577); Green value is 219 (85.94% from 255 or 37.95% from 577); Blue value is 198 (77.73% from 255 or 34.32% from 577); Max value from RGB is 219 - color contains mainly: green. Hex color #A0DBC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DBC6 is #5F2439. Grayscale: #C6C6C6. Windows color (decimal): -6235194 or 13032352. OLE color: 13032352.

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

Color convert

RGB 160 219 198 -
CMYK 0.27 0 0.10 0.14
HSL 158.64º 0.45% 0.74% -
HSV(B) 158.64º 0.27% 0.86% -
XYZ 50.02 62.21 62.8 -
YUV 198.97 127.45 100.21 -
System Red Green Blue C M Y K H S L
Decimal 160 219 198 0.27 0 0.10 0.14 158.64 0.45 0.74
Hex A0 DB C6 1B 0 A E 9F 2D 4A
Octal 240 333 306 33 0 12 16 237 55 112
Binary 10100000 11011011 11000110 11011 0 1010 1110 10011111 101101 1001010

Color Harmonies of #A0DBC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DBC6

Black with #A0DBC6

Text Example


Text Example

White with #A0DBC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DBC6; }

 p { color: rgb(160,219,198); }

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

background-color css

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

 a { background-color: rgb(160,219,198); }

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

border-color css

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

 span { border-color: rgb(160,219,198); }

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