Html Css Color HEX #ABE3DC Ice Cold

📋 copy color: '#ABE3DC'

red 171 ◦ green 227 ◦ blue 220

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

Shades of Ice Cold #ABE3DC

Tints of Ice Cold #ABE3DC

RGB

 RED value IS 171 (67.19% from 255) = 27.67%

 GREEN value IS 227 (89.06% from 255) = 36.73%

 BLUE value IS 220 (86.33% from 255) = 35.6%

R = 27.67%
G = 36.73%
B = 35.6%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#ABE3DC (or 0xABE3DC) is known color: Ice Cold. HEX triplet: AB, E3 and DC. RGB value is (171,227,220). Sum of RGB (Red+Green+Blue) = 171+227+220=618 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.67% from 618); Green value is 227 (89.06% from 255 or 36.73% from 618); Blue value is 220 (86.33% from 255 or 35.60% from 618); Max value from RGB is 227 - color contains mainly: green. Hex color #ABE3DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABE3DC is #541C23. Grayscale: #D1D1D1. Windows color (decimal): -5512228 or 14476203. OLE color: 14476203.

HSL color Cylindrical-coordinate representation of color #ABE3DC: hue angle of 172.5º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABE3DC is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 171 227 220 -
CMYK 0.25 0 0.03 0.11
HSL 172.5º 0.5% 0.78% -
HSV(B) 172.5º 0.25% 0.89% -
XYZ 57.18 68.76 77.97 -
YUV 209.46 133.95 100.57 -
System Red Green Blue C M Y K H S L
Decimal 171 227 220 0.25 0 0.03 0.11 172.5 0.5 0.78
Hex AB E3 DC 19 0 3 B AC 32 4E
Octal 253 343 334 31 0 3 13 254 62 116
Binary 10101011 11100011 11011100 11001 0 11 1011 10101100 110010 1001110

Color Harmonies of #ABE3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABE3DC

Black with #ABE3DC

Text Example


Text Example

White with #ABE3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABE3DC; }

 p { color: rgb(171,227,220); }

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

background-color css

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

 a { background-color: rgb(171,227,220); }

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

border-color css

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

 span { border-color: rgb(171,227,220); }

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