Html Css Color HEX #A1EBDB Ice Cold

📋 copy color: '#A1EBDB'

red 161 ◦ green 235 ◦ blue 219

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

Shades of Ice Cold #A1EBDB

Tints of Ice Cold #A1EBDB

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.21%

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

R = 26.18%
G = 38.21%
B = 35.61%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#A1EBDB (or 0xA1EBDB) is known color: Ice Cold. HEX triplet: A1, EB and DB. RGB value is (161,235,219). Sum of RGB (Red+Green+Blue) = 161+235+219=615 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.18% from 615); Green value is 235 (92.19% from 255 or 38.21% from 615); Blue value is 219 (85.94% from 255 or 35.61% from 615); Max value from RGB is 235 - color contains mainly: green. Hex color #A1EBDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EBDB is #5E1424. Grayscale: #D3D3D3. Windows color (decimal): -6165541 or 14412705. OLE color: 14412705.

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

Color convert

RGB 161 235 219 -
CMYK 0.31 0 0.07 0.08
HSL 167.03º 0.65% 0.78% -
HSV(B) 167.03º 0.31% 0.92% -
XYZ 57.19 72.11 77.92 -
YUV 211.05 132.48 92.3 -
System Red Green Blue C M Y K H S L
Decimal 161 235 219 0.31 0 0.07 0.08 167.03 0.65 0.78
Hex A1 EB DB 1F 0 7 8 A7 41 4E
Octal 241 353 333 37 0 7 10 247 101 116
Binary 10100001 11101011 11011011 11111 0 111 1000 10100111 1000001 1001110

Color Harmonies of #A1EBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EBDB

Black with #A1EBDB

Text Example


Text Example

White with #A1EBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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