Html Css Color HEX #A6D7C8 Scandal

📋 copy color: '#A6D7C8'

red 166 ◦ green 215 ◦ blue 200

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

Shades of Scandal #A6D7C8

Tints of Scandal #A6D7C8

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.01%

 BLUE value IS 200 (78.52% from 255) = 34.42%

R = 28.57%
G = 37.01%
B = 34.42%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#A6D7C8 (or 0xA6D7C8) is known color: Scandal. HEX triplet: A6, D7 and C8. RGB value is (166,215,200). Sum of RGB (Red+Green+Blue) = 166+215+200=581 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.57% from 581); Green value is 215 (84.38% from 255 or 37.01% from 581); Blue value is 200 (78.52% from 255 or 34.42% from 581); Max value from RGB is 215 - color contains mainly: green. Hex color #A6D7C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D7C8 is #592837. Grayscale: #C6C6C6. Windows color (decimal): -5843000 or 13162406. OLE color: 13162406.

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

Color convert

RGB 166 215 200 -
CMYK 0.23 0 0.07 0.16
HSL 161.63º 0.38% 0.75% -
HSV(B) 161.63º 0.23% 0.84% -
XYZ 50.45 60.88 63.74 -
YUV 198.64 128.77 104.72 -
System Red Green Blue C M Y K H S L
Decimal 166 215 200 0.23 0 0.07 0.16 161.63 0.38 0.75
Hex A6 D7 C8 17 0 7 10 A2 26 4B
Octal 246 327 310 27 0 7 20 242 46 113
Binary 10100110 11010111 11001000 10111 0 111 10000 10100010 100110 1001011

Color Harmonies of #A6D7C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D7C8

Black with #A6D7C8

Text Example


Text Example

White with #A6D7C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D7C8; }

 p { color: rgb(166,215,200); }

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

background-color css

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

 a { background-color: rgb(166,215,200); }

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

border-color css

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

 span { border-color: rgb(166,215,200); }

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