Html Css Color HEX #A2DFC9 Ice Cold

📋 copy color: '#A2DFC9'

red 162 ◦ green 223 ◦ blue 201

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

Shades of Ice Cold #A2DFC9

Tints of Ice Cold #A2DFC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 34.3%

R = 27.65%
G = 38.05%
B = 34.3%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#A2DFC9 (or 0xA2DFC9) is known color: Ice Cold. HEX triplet: A2, DF and C9. RGB value is (162,223,201). Sum of RGB (Red+Green+Blue) = 162+223+201=586 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.65% from 586); Green value is 223 (87.5% from 255 or 38.05% from 586); Blue value is 201 (78.91% from 255 or 34.30% from 586); Max value from RGB is 223 - color contains mainly: green. Hex color #A2DFC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2DFC9 is #5D2036. Grayscale: #CACACA. Windows color (decimal): -6103095 or 13229986. OLE color: 13229986.

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

Color convert

RGB 162 223 201 -
CMYK 0.27 0 0.10 0.13
HSL 158.36º 0.49% 0.75% -
HSV(B) 158.36º 0.27% 0.87% -
XYZ 51.83 64.67 65.01 -
YUV 202.25 127.29 99.29 -
System Red Green Blue C M Y K H S L
Decimal 162 223 201 0.27 0 0.10 0.13 158.36 0.49 0.75
Hex A2 DF C9 1B 0 A D 9E 31 4B
Octal 242 337 311 33 0 12 15 236 61 113
Binary 10100010 11011111 11001001 11011 0 1010 1101 10011110 110001 1001011

Color Harmonies of #A2DFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DFC9

Black with #A2DFC9

Text Example


Text Example

White with #A2DFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DFC9; }

 p { color: rgb(162,223,201); }

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

background-color css

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

 a { background-color: rgb(162,223,201); }

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

border-color css

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

 span { border-color: rgb(162,223,201); }

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