Html Css Color HEX #A6D9CA Scandal

📋 copy color: '#A6D9CA'

red 166 ◦ green 217 ◦ blue 202

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

Shades of Scandal #A6D9CA

Tints of Scandal #A6D9CA

RGB

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

 GREEN value IS 217 (85.16% from 255) = 37.09%

 BLUE value IS 202 (79.3% from 255) = 34.53%

R = 28.38%
G = 37.09%
B = 34.53%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#A6D9CA (or 0xA6D9CA) is known color: Scandal. HEX triplet: A6, D9 and CA. RGB value is (166,217,202). Sum of RGB (Red+Green+Blue) = 166+217+202=585 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.38% from 585); Green value is 217 (85.16% from 255 or 37.09% from 585); Blue value is 202 (79.30% from 255 or 34.53% from 585); Max value from RGB is 217 - color contains mainly: green. Hex color #A6D9CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D9CA is #592635. Grayscale: #C8C8C8. Windows color (decimal): -5842486 or 13293990. OLE color: 13293990.

HSL color Cylindrical-coordinate representation of color #A6D9CA: hue angle of 162.35º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A6D9CA is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 166 217 202 -
CMYK 0.24 0 0.07 0.15
HSL 162.35º 0.4% 0.75% -
HSV(B) 162.35º 0.24% 0.85% -
XYZ 51.2 62 65.15 -
YUV 200.04 129.1 103.72 -
System Red Green Blue C M Y K H S L
Decimal 166 217 202 0.24 0 0.07 0.15 162.35 0.4 0.75
Hex A6 D9 CA 18 0 7 F A2 28 4B
Octal 246 331 312 30 0 7 17 242 50 113
Binary 10100110 11011001 11001010 11000 0 111 1111 10100010 101000 1001011

Color Harmonies of #A6D9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D9CA

Black with #A6D9CA

Text Example


Text Example

White with #A6D9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D9CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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