Html Css Color HEX #A1DFCB Scandal

📋 copy color: '#A1DFCB'

red 161 ◦ green 223 ◦ blue 203

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

Shades of Scandal #A1DFCB

Tints of Scandal #A1DFCB

RGB

 RED value IS 161 (63.28% from 255) = 27.43%

 GREEN value IS 223 (87.5% from 255) = 37.99%

 BLUE value IS 203 (79.69% from 255) = 34.58%

R = 27.43%
G = 37.99%
B = 34.58%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#A1DFCB (or 0xA1DFCB) is known color: Scandal. HEX triplet: A1, DF and CB. RGB value is (161,223,203). Sum of RGB (Red+Green+Blue) = 161+223+203=587 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.43% from 587); Green value is 223 (87.5% from 255 or 37.99% from 587); Blue value is 203 (79.69% from 255 or 34.58% from 587); Max value from RGB is 223 - color contains mainly: green. Hex color #A1DFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DFCB is #5E2034. Grayscale: #CACACA. Windows color (decimal): -6168629 or 13361057. OLE color: 13361057.

HSL color Cylindrical-coordinate representation of color #A1DFCB: hue angle of 160.65º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1DFCB is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 223 203 -
CMYK 0.28 0 0.09 0.13
HSL 160.65º 0.49% 0.75% -
HSV(B) 160.65º 0.28% 0.87% -
XYZ 51.87 64.66 66.25 -
YUV 202.18 128.46 98.63 -
System Red Green Blue C M Y K H S L
Decimal 161 223 203 0.28 0 0.09 0.13 160.65 0.49 0.75
Hex A1 DF CB 1C 0 9 D A1 31 4B
Octal 241 337 313 34 0 11 15 241 61 113
Binary 10100001 11011111 11001011 11100 0 1001 1101 10100001 110001 1001011

Color Harmonies of #A1DFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DFCB

Black with #A1DFCB

Text Example


Text Example

White with #A1DFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DFCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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