Html Css Color HEX #A1EEE0 Ice Cold

📋 copy color: '#A1EEE0'

red 161 ◦ green 238 ◦ blue 224

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

Shades of Ice Cold #A1EEE0

Tints of Ice Cold #A1EEE0

RGB

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

 GREEN value IS 238 (93.36% from 255) = 38.2%

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

R = 25.84%
G = 38.2%
B = 35.96%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#A1EEE0 (or 0xA1EEE0) is known color: Ice Cold. HEX triplet: A1, EE and E0. RGB value is (161,238,224). Sum of RGB (Red+Green+Blue) = 161+238+224=623 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.84% from 623); Green value is 238 (93.36% from 255 or 38.20% from 623); Blue value is 224 (87.89% from 255 or 35.96% from 623); Max value from RGB is 238 - color contains mainly: green. Hex color #A1EEE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EEE0 is #5E111F. Grayscale: #D5D5D5. Windows color (decimal): -6164768 or 14741153. OLE color: 14741153.

HSL color Cylindrical-coordinate representation of color #A1EEE0: hue angle of 169.09º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1EEE0 is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 238 224 -
CMYK 0.32 0 0.06 0.07
HSL 169.09º 0.69% 0.78% -
HSV(B) 169.09º 0.32% 0.93% -
XYZ 58.73 74.11 81.73 -
YUV 213.38 133.99 90.64 -
System Red Green Blue C M Y K H S L
Decimal 161 238 224 0.32 0 0.06 0.07 169.09 0.69 0.78
Hex A1 EE E0 20 0 6 7 A9 45 4E
Octal 241 356 340 40 0 6 7 251 105 116
Binary 10100001 11101110 11100000 100000 0 110 111 10101001 1000101 1001110

Color Harmonies of #A1EEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EEE0

Black with #A1EEE0

Text Example


Text Example

White with #A1EEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EEE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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