Html Css Color HEX #A6D5C7 Scandal

📋 copy color: '#A6D5C7'

red 166 ◦ green 213 ◦ blue 199

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

Shades of Scandal #A6D5C7

Tints of Scandal #A6D5C7

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.85%

 BLUE value IS 199 (78.13% from 255) = 34.43%

R = 28.72%
G = 36.85%
B = 34.43%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#A6D5C7 (or 0xA6D5C7) is known color: Scandal. HEX triplet: A6, D5 and C7. RGB value is (166,213,199). Sum of RGB (Red+Green+Blue) = 166+213+199=578 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.72% from 578); Green value is 213 (83.59% from 255 or 36.85% from 578); Blue value is 199 (78.12% from 255 or 34.43% from 578); Max value from RGB is 213 - color contains mainly: green. Hex color #A6D5C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D5C7 is #592A38. Grayscale: #C5C5C5. Windows color (decimal): -5843513 or 13096358. OLE color: 13096358.

HSL color Cylindrical-coordinate representation of color #A6D5C7: hue angle of 162.13º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A6D5C7 is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 166 213 199 -
CMYK 0.22 0 0.07 0.16
HSL 162.13º 0.36% 0.74% -
HSV(B) 162.13º 0.22% 0.84% -
XYZ 49.83 59.82 62.95 -
YUV 197.35 128.93 105.64 -
System Red Green Blue C M Y K H S L
Decimal 166 213 199 0.22 0 0.07 0.16 162.13 0.36 0.74
Hex A6 D5 C7 16 0 7 10 A2 24 4A
Octal 246 325 307 26 0 7 20 242 44 112
Binary 10100110 11010101 11000111 10110 0 111 10000 10100010 100100 1001010

Color Harmonies of #A6D5C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D5C7

Black with #A6D5C7

Text Example


Text Example

White with #A6D5C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D5C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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