Html Css Color HEX #A1EFDC Ice Cold

📋 copy color: '#A1EFDC'

red 161 ◦ green 239 ◦ blue 220

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

Shades of Ice Cold #A1EFDC

Tints of Ice Cold #A1EFDC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.55%

 BLUE value IS 220 (86.33% from 255) = 35.48%

R = 25.97%
G = 38.55%
B = 35.48%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#A1EFDC (or 0xA1EFDC) is known color: Ice Cold. HEX triplet: A1, EF and DC. RGB value is (161,239,220). Sum of RGB (Red+Green+Blue) = 161+239+220=620 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.97% from 620); Green value is 239 (93.75% from 255 or 38.55% from 620); Blue value is 220 (86.33% from 255 or 35.48% from 620); Max value from RGB is 239 - color contains mainly: green. Hex color #A1EFDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EFDC is #5E1023. Grayscale: #D5D5D5. Windows color (decimal): -6164516 or 14479265. OLE color: 14479265.

HSL color Cylindrical-coordinate representation of color #A1EFDC: hue angle of 165.38º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1EFDC is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 161 239 220 -
CMYK 0.33 0 0.08 0.06
HSL 165.38º 0.71% 0.78% -
HSV(B) 165.38º 0.33% 0.94% -
XYZ 58.48 74.48 79 -
YUV 213.51 131.66 90.54 -
System Red Green Blue C M Y K H S L
Decimal 161 239 220 0.33 0 0.08 0.06 165.38 0.71 0.78
Hex A1 EF DC 21 0 8 6 A5 47 4E
Octal 241 357 334 41 0 10 6 245 107 116
Binary 10100001 11101111 11011100 100001 0 1000 110 10100101 1000111 1001110

Color Harmonies of #A1EFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EFDC

Black with #A1EFDC

Text Example


Text Example

White with #A1EFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EFDC; }

 p { color: rgb(161,239,220); }

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

background-color css

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

 a { background-color: rgb(161,239,220); }

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

border-color css

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

 span { border-color: rgb(161,239,220); }

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