Html Css Color HEX #A6DCCC Scandal

📋 copy color: '#A6DCCC'

red 166 ◦ green 220 ◦ blue 204

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

Shades of Scandal #A6DCCC

Tints of Scandal #A6DCCC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.29%

 BLUE value IS 204 (80.08% from 255) = 34.58%

R = 28.14%
G = 37.29%
B = 34.58%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#A6DCCC (or 0xA6DCCC) is known color: Scandal. HEX triplet: A6, DC and CC. RGB value is (166,220,204). Sum of RGB (Red+Green+Blue) = 166+220+204=590 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.14% from 590); Green value is 220 (86.33% from 255 or 37.29% from 590); Blue value is 204 (80.08% from 255 or 34.58% from 590); Max value from RGB is 220 - color contains mainly: green. Hex color #A6DCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DCCC is #592333. Grayscale: #CACACA. Windows color (decimal): -5841716 or 13425830. OLE color: 13425830.

HSL color Cylindrical-coordinate representation of color #A6DCCC: hue angle of 162.22º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A6DCCC is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 220 204 -
CMYK 0.25 0 0.07 0.14
HSL 162.22º 0.44% 0.76% -
HSV(B) 162.22º 0.25% 0.86% -
XYZ 52.22 63.65 66.66 -
YUV 202.03 129.11 102.3 -
System Red Green Blue C M Y K H S L
Decimal 166 220 204 0.25 0 0.07 0.14 162.22 0.44 0.76
Hex A6 DC CC 19 0 7 E A2 2C 4C
Octal 246 334 314 31 0 7 16 242 54 114
Binary 10100110 11011100 11001100 11001 0 111 1110 10100010 101100 1001100

Color Harmonies of #A6DCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DCCC

Black with #A6DCCC

Text Example


Text Example

White with #A6DCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DCCC; }

 p { color: rgb(166,220,204); }

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

background-color css

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

 a { background-color: rgb(166,220,204); }

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

border-color css

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

 span { border-color: rgb(166,220,204); }

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