Html Css Color HEX #A1D9CB Scandal

📋 copy color: '#A1D9CB'

red 161 ◦ green 217 ◦ blue 203

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

Shades of Scandal #A1D9CB

Tints of Scandal #A1D9CB

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 value IS 0.26

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#A1D9CB (or 0xA1D9CB) is known color: 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

RGB 161 217 203 -
CMYK 0.26 0 0.06 0.15
HSL 165º 0.42% 0.74% -
HSV(B) 165º 0.26% 0.85% -
XYZ 50.29 61.51 65.72 -
YUV 198.66 130.45 101.14 -
System Red Green Blue C M Y K H S L
Decimal 161 217 203 0.26 0 0.06 0.15 165 0.42 0.74
Hex A1 D9 CB 1A 0 6 F A5 2A 4A
Octal 241 331 313 32 0 6 17 245 52 112
Binary 10100001 11011001 11001011 11010 0 110 1111 10100101 101010 1001010

Color Harmonies of #A1D9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D9CB

Black with #A1D9CB

Text Example


Text Example

White with #A1D9CB

Text Example


Text Example

HTML Codes & Css Web 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>