Html Css Color HEX #A1EFDA Ice Cold

📋 copy color: '#A1EFDA'

red 161 ◦ green 239 ◦ blue 218

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

Shades of Ice Cold #A1EFDA

Tints of Ice Cold #A1EFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.28%

R = 26.05%
G = 38.67%
B = 35.28%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#A1EFDA (or 0xA1EFDA) is known color: Ice Cold. HEX triplet: A1, EF and DA. RGB value is (161,239,218). Sum of RGB (Red+Green+Blue) = 161+239+218=618 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.05% from 618); Green value is 239 (93.75% from 255 or 38.67% from 618); Blue value is 218 (85.55% from 255 or 35.28% from 618); Max value from RGB is 239 - color contains mainly: green. Hex color #A1EFDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EFDA is #5E1025. Grayscale: #D5D5D5. Windows color (decimal): -6164518 or 14348193. OLE color: 14348193.

HSL color Cylindrical-coordinate representation of color #A1EFDA: hue angle of 163.85º 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 #A1EFDA is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 161 239 218 -
CMYK 0.33 0 0.09 0.06
HSL 163.85º 0.71% 0.78% -
HSV(B) 163.85º 0.33% 0.94% -
XYZ 58.22 74.37 77.62 -
YUV 213.28 130.66 90.71 -
System Red Green Blue C M Y K H S L
Decimal 161 239 218 0.33 0 0.09 0.06 163.85 0.71 0.78
Hex A1 EF DA 21 0 9 6 A4 47 4E
Octal 241 357 332 41 0 11 6 244 107 116
Binary 10100001 11101111 11011010 100001 0 1001 110 10100100 1000111 1001110

Color Harmonies of #A1EFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EFDA

Black with #A1EFDA

Text Example


Text Example

White with #A1EFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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