#A1D9CB

Color #A1D9CB Scandal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scandal #A1D9CB

Tints of Scandal #A1D9CB

Color information

#A1D9CB (or 0xA1D9CB) is unknown color: approx Scandal. HEX triplet: A1, D9 and CB. RGB value is (161,217,203). Sum of RGB (Red+Green+Blue) = 161+217+203=581 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.71% from 581); Green value is 217 (85.16% from 255 or 37.35% from 581); Blue value is 203 (79.69% from 255 or 34.94% from 581); Max value from RGB is 217 - color contains mainly: green. Hex color #A1D9CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D9CB is #5E2634. Grayscale: #C6C6C6. Windows color (decimal): -6170165 or 13359521. OLE color: 13359521.

HSL color Cylindrical-coordinate representation of color #A1D9CB: hue angle of 165º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1D9CB is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB161217203-
CMYK0.2600.060.15
HSL165º42.42%74.12%-
HSV(B)165º25.81%85.1%-
XYZ50.2961.5165.72-
YUV198.66130.45101.14-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.71%
GREEN value IS 217 (85.16% from 255) = 37.35%
BLUE value IS 203 (79.69% from 255) = 34.94%
R=27.71%
G=37.35%
B=34.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1612172030.2600.060.1516542.4274.12
HexA1D9CB1A06Fa52a4a
Octal24133131332061724552112
Binary1010000111011001110010111101001101111101001011010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D9CB; }

 p { color: rgb(161,217,203); }

 H1.HeaderClassName
 {
   color: #A1D9CB;
 }
 .AnyTagClassName
 {
   color: #A1D9CB;
 }
</style>
background-color css

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

 a { background-color: rgb(161,217,203); }

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

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

 span { border-color: rgb(161,217,203); }

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