Html Css Color HEX #A6DDD5 Scandal

📋 copy color: '#A6DDD5'

red 166 ◦ green 221 ◦ blue 213

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

Shades of Scandal #A6DDD5

Tints of Scandal #A6DDD5

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.83%

 BLUE value IS 213 (83.59% from 255) = 35.5%

R = 27.67%
G = 36.83%
B = 35.5%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#A6DDD5 (or 0xA6DDD5) is known color: Scandal. HEX triplet: A6, DD and D5. RGB value is (166,221,213). Sum of RGB (Red+Green+Blue) = 166+221+213=600 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.67% from 600); Green value is 221 (86.72% from 255 or 36.83% from 600); Blue value is 213 (83.59% from 255 or 35.5% from 600); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DDD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DDD5 is #59222A. Grayscale: #CBCBCB. Windows color (decimal): -5841451 or 14015910. OLE color: 14015910.

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

Color convert

RGB 166 221 213 -
CMYK 0.25 0 0.04 0.13
HSL 171.27º 0.45% 0.76% -
HSV(B) 171.27º 0.25% 0.87% -
XYZ 53.59 64.62 72.6 -
YUV 203.64 133.28 101.15 -
System Red Green Blue C M Y K H S L
Decimal 166 221 213 0.25 0 0.04 0.13 171.27 0.45 0.76
Hex A6 DD D5 19 0 4 D AB 2D 4C
Octal 246 335 325 31 0 4 15 253 55 114
Binary 10100110 11011101 11010101 11001 0 100 1101 10101011 101101 1001100

Color Harmonies of #A6DDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DDD5

Black with #A6DDD5

Text Example


Text Example

White with #A6DDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DDD5; }

 p { color: rgb(166,221,213); }

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

background-color css

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

 a { background-color: rgb(166,221,213); }

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

border-color css

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

 span { border-color: rgb(166,221,213); }

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