Html Css Color HEX #A2D9CB Scandal

📋 copy color: '#A2D9CB'

red 162 ◦ green 217 ◦ blue 203

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

Shades of Scandal #A2D9CB

Tints of Scandal #A2D9CB

RGB

 RED value IS 162 (63.67% from 255) = 27.84%

 GREEN value IS 217 (85.16% from 255) = 37.29%

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

R = 27.84%
G = 37.29%
B = 34.88%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#A2D9CB (or 0xA2D9CB) is known color: Scandal. HEX triplet: A2, D9 and CB. RGB value is (162,217,203). Sum of RGB (Red+Green+Blue) = 162+217+203=582 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.84% from 582); Green value is 217 (85.16% from 255 or 37.29% from 582); Blue value is 203 (79.69% from 255 or 34.88% from 582); Max value from RGB is 217 - color contains mainly: green. Hex color #A2D9CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2D9CB is #5D2634. Grayscale: #C6C6C6. Windows color (decimal): -6104629 or 13359522. OLE color: 13359522.

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

Color convert

RGB 162 217 203 -
CMYK 0.25 0 0.06 0.15
HSL 164.73º 0.42% 0.74% -
HSV(B) 164.73º 0.25% 0.85% -
XYZ 50.49 61.62 65.73 -
YUV 198.96 130.28 101.64 -
System Red Green Blue C M Y K H S L
Decimal 162 217 203 0.25 0 0.06 0.15 164.73 0.42 0.74
Hex A2 D9 CB 19 0 6 F A5 2A 4A
Octal 242 331 313 31 0 6 17 245 52 112
Binary 10100010 11011001 11001011 11001 0 110 1111 10100101 101010 1001010

Color Harmonies of #A2D9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D9CB

Black with #A2D9CB

Text Example


Text Example

White with #A2D9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D9CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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