Html Css Color HEX #A6E0D9 Scandal

📋 copy color: '#A6E0D9'

red 166 ◦ green 224 ◦ blue 217

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

Shades of Scandal #A6E0D9

Tints of Scandal #A6E0D9

RGB

 RED value IS 166 (65.23% from 255) = 27.35%

 GREEN value IS 224 (87.89% from 255) = 36.9%

 BLUE value IS 217 (85.16% from 255) = 35.75%

R = 27.35%
G = 36.9%
B = 35.75%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#A6E0D9 (or 0xA6E0D9) is known color: Scandal. HEX triplet: A6, E0 and D9. RGB value is (166,224,217). Sum of RGB (Red+Green+Blue) = 166+224+217=607 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.35% from 607); Green value is 224 (87.89% from 255 or 36.90% from 607); Blue value is 217 (85.16% from 255 or 35.75% from 607); Max value from RGB is 224 - color contains mainly: green. Hex color #A6E0D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6E0D9 is #591F26. Grayscale: #CDCDCD. Windows color (decimal): -5840679 or 14278822. OLE color: 14278822.

HSL color Cylindrical-coordinate representation of color #A6E0D9: hue angle of 172.76º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6E0D9 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 166 224 217 -
CMYK 0.26 0 0.03 0.12
HSL 172.76º 0.48% 0.76% -
HSV(B) 172.76º 0.26% 0.88% -
XYZ 54.91 66.43 75.57 -
YUV 205.86 134.28 99.57 -
System Red Green Blue C M Y K H S L
Decimal 166 224 217 0.26 0 0.03 0.12 172.76 0.48 0.76
Hex A6 E0 D9 1A 0 3 C AD 30 4C
Octal 246 340 331 32 0 3 14 255 60 114
Binary 10100110 11100000 11011001 11010 0 11 1100 10101101 110000 1001100

Color Harmonies of #A6E0D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E0D9

Black with #A6E0D9

Text Example


Text Example

White with #A6E0D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E0D9; }

 p { color: rgb(166,224,217); }

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

background-color css

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

 a { background-color: rgb(166,224,217); }

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

border-color css

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

 span { border-color: rgb(166,224,217); }

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