Html Css Color HEX #A1EADB Ice Cold

📋 copy color: '#A1EADB'

red 161 ◦ green 234 ◦ blue 219

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

Shades of Ice Cold #A1EADB

Tints of Ice Cold #A1EADB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.11%

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

R = 26.22%
G = 38.11%
B = 35.67%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#A1EADB (or 0xA1EADB) is known color: Ice Cold. HEX triplet: A1, EA and DB. RGB value is (161,234,219). Sum of RGB (Red+Green+Blue) = 161+234+219=614 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.22% from 614); Green value is 234 (91.80% from 255 or 38.11% from 614); Blue value is 219 (85.94% from 255 or 35.67% from 614); Max value from RGB is 234 - color contains mainly: green. Hex color #A1EADB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EADB is #5E1524. Grayscale: #D2D2D2. Windows color (decimal): -6165797 or 14412449. OLE color: 14412449.

HSL color Cylindrical-coordinate representation of color #A1EADB: hue angle of 167.67º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1EADB is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 161 234 219 -
CMYK 0.31 0 0.06 0.08
HSL 167.67º 0.63% 0.77% -
HSV(B) 167.67º 0.31% 0.92% -
XYZ 56.91 71.54 77.83 -
YUV 210.46 132.82 92.72 -
System Red Green Blue C M Y K H S L
Decimal 161 234 219 0.31 0 0.06 0.08 167.67 0.63 0.77
Hex A1 EA DB 1F 0 6 8 A8 3F 4D
Octal 241 352 333 37 0 6 10 250 77 115
Binary 10100001 11101010 11011011 11111 0 110 1000 10101000 111111 1001101

Color Harmonies of #A1EADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EADB

Black with #A1EADB

Text Example


Text Example

White with #A1EADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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