Html Css Color HEX #A1EEDB Ice Cold

📋 copy color: '#A1EEDB'

red 161 ◦ green 238 ◦ blue 219

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

Shades of Ice Cold #A1EEDB

Tints of Ice Cold #A1EEDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.44%

R = 26.05%
G = 38.51%
B = 35.44%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#A1EEDB (or 0xA1EEDB) is known color: Ice Cold. HEX triplet: A1, EE and DB. RGB value is (161,238,219). Sum of RGB (Red+Green+Blue) = 161+238+219=618 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.05% from 618); Green value is 238 (93.36% from 255 or 38.51% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 238 - color contains mainly: green. Hex color #A1EEDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EEDB is #5E1124. Grayscale: #D4D4D4. Windows color (decimal): -6164773 or 14413473. OLE color: 14413473.

HSL color Cylindrical-coordinate representation of color #A1EEDB: hue angle of 165.19º 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 #A1EEDB is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 238 219 -
CMYK 0.32 0 0.08 0.07
HSL 165.19º 0.69% 0.78% -
HSV(B) 165.19º 0.32% 0.93% -
XYZ 58.06 73.84 78.21 -
YUV 212.81 131.49 91.04 -
System Red Green Blue C M Y K H S L
Decimal 161 238 219 0.32 0 0.08 0.07 165.19 0.69 0.78
Hex A1 EE DB 20 0 8 7 A5 45 4E
Octal 241 356 333 40 0 10 7 245 105 116
Binary 10100001 11101110 11011011 100000 0 1000 111 10100101 1000101 1001110

Color Harmonies of #A1EEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EEDB

Black with #A1EEDB

Text Example


Text Example

White with #A1EEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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