Html Css Color HEX #A6DECC Scandal

📋 copy color: '#A6DECC'

red 166 ◦ green 222 ◦ blue 204

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

Shades of Scandal #A6DECC

Tints of Scandal #A6DECC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.5%

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

R = 28.04%
G = 37.5%
B = 34.46%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#A6DECC (or 0xA6DECC) is known color: Scandal. HEX triplet: A6, DE and CC. RGB value is (166,222,204). Sum of RGB (Red+Green+Blue) = 166+222+204=592 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.04% from 592); Green value is 222 (87.11% from 255 or 37.5% from 592); Blue value is 204 (80.08% from 255 or 34.46% from 592); Max value from RGB is 222 - color contains mainly: green. Hex color #A6DECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DECC is #592133. Grayscale: #CBCBCB. Windows color (decimal): -5841204 or 13426342. OLE color: 13426342.

HSL color Cylindrical-coordinate representation of color #A6DECC: hue angle of 160.71º degrees, saturation: 0.46, 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 #A6DECC is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 222 204 -
CMYK 0.25 0 0.08 0.13
HSL 160.71º 0.46% 0.76% -
HSV(B) 160.71º 0.25% 0.87% -
XYZ 52.75 64.71 66.84 -
YUV 203.2 128.45 101.46 -
System Red Green Blue C M Y K H S L
Decimal 166 222 204 0.25 0 0.08 0.13 160.71 0.46 0.76
Hex A6 DE CC 19 0 8 D A1 2E 4C
Octal 246 336 314 31 0 10 15 241 56 114
Binary 10100110 11011110 11001100 11001 0 1000 1101 10100001 101110 1001100

Color Harmonies of #A6DECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DECC

Black with #A6DECC

Text Example


Text Example

White with #A6DECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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