Html Css Color HEX #A6DFD1 Scandal

📋 copy color: '#A6DFD1'

red 166 ◦ green 223 ◦ blue 209

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

Shades of Scandal #A6DFD1

Tints of Scandal #A6DFD1

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.29%

 BLUE value IS 209 (82.03% from 255) = 34.95%

R = 27.76%
G = 37.29%
B = 34.95%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#A6DFD1 (or 0xA6DFD1) is known color: Scandal. HEX triplet: A6, DF and D1. RGB value is (166,223,209). Sum of RGB (Red+Green+Blue) = 166+223+209=598 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.76% from 598); Green value is 223 (87.5% from 255 or 37.29% from 598); Blue value is 209 (82.03% from 255 or 34.95% from 598); Max value from RGB is 223 - color contains mainly: green. Hex color #A6DFD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DFD1 is #59202E. Grayscale: #CCCCCC. Windows color (decimal): -5840943 or 13754278. OLE color: 13754278.

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

Color convert

RGB 166 223 209 -
CMYK 0.26 0 0.06 0.13
HSL 165.26º 0.47% 0.76% -
HSV(B) 165.26º 0.26% 0.87% -
XYZ 53.62 65.49 70.14 -
YUV 204.36 130.62 100.64 -
System Red Green Blue C M Y K H S L
Decimal 166 223 209 0.26 0 0.06 0.13 165.26 0.47 0.76
Hex A6 DF D1 1A 0 6 D A5 2F 4C
Octal 246 337 321 32 0 6 15 245 57 114
Binary 10100110 11011111 11010001 11010 0 110 1101 10100101 101111 1001100

Color Harmonies of #A6DFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DFD1

Black with #A6DFD1

Text Example


Text Example

White with #A6DFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DFD1; }

 p { color: rgb(166,223,209); }

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

background-color css

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

 a { background-color: rgb(166,223,209); }

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

border-color css

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

 span { border-color: rgb(166,223,209); }

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