Html Css Color HEX #A1EFE0 Ice Cold

📋 copy color: '#A1EFE0'

red 161 ◦ green 239 ◦ blue 224

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

Shades of Ice Cold #A1EFE0

Tints of Ice Cold #A1EFE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 35.9%

R = 25.8%
G = 38.3%
B = 35.9%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#A1EFE0 (or 0xA1EFE0) is known color: Ice Cold. HEX triplet: A1, EF and E0. RGB value is (161,239,224). Sum of RGB (Red+Green+Blue) = 161+239+224=624 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.80% from 624); Green value is 239 (93.75% from 255 or 38.30% from 624); Blue value is 224 (87.89% from 255 or 35.90% from 624); Max value from RGB is 239 - color contains mainly: green. Hex color #A1EFE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EFE0 is #5E101F. Grayscale: #D5D5D5. Windows color (decimal): -6164512 or 14741409. OLE color: 14741409.

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

Color convert

RGB 161 239 224 -
CMYK 0.33 0 0.06 0.06
HSL 168.46º 0.71% 0.78% -
HSV(B) 168.46º 0.33% 0.94% -
XYZ 59.02 74.69 81.83 -
YUV 213.97 133.66 90.22 -
System Red Green Blue C M Y K H S L
Decimal 161 239 224 0.33 0 0.06 0.06 168.46 0.71 0.78
Hex A1 EF E0 21 0 6 6 A8 47 4E
Octal 241 357 340 41 0 6 6 250 107 116
Binary 10100001 11101111 11100000 100001 0 110 110 10101000 1000111 1001110

Color Harmonies of #A1EFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EFE0

Black with #A1EFE0

Text Example


Text Example

White with #A1EFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EFE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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