Html Css Color HEX #ABE7DC Ice Cold

📋 copy color: '#ABE7DC'

red 171 ◦ green 231 ◦ blue 220

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

Shades of Ice Cold #ABE7DC

Tints of Ice Cold #ABE7DC

RGB

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

 GREEN value IS 231 (90.63% from 255) = 37.14%

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

R = 27.49%
G = 37.14%
B = 35.37%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#ABE7DC (or 0xABE7DC) is known color: Ice Cold. HEX triplet: AB, E7 and DC. RGB value is (171,231,220). Sum of RGB (Red+Green+Blue) = 171+231+220=622 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.49% from 622); Green value is 231 (90.62% from 255 or 37.14% from 622); Blue value is 220 (86.33% from 255 or 35.37% from 622); Max value from RGB is 231 - color contains mainly: green. Hex color #ABE7DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABE7DC is #541823. Grayscale: #D3D3D3. Windows color (decimal): -5511204 or 14477227. OLE color: 14477227.

HSL color Cylindrical-coordinate representation of color #ABE7DC: hue angle of 169º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABE7DC is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 171 231 220 -
CMYK 0.26 0 0.05 0.09
HSL 169º 0.56% 0.79% -
HSV(B) 169º 0.26% 0.91% -
XYZ 58.29 70.98 78.34 -
YUV 211.81 132.62 98.89 -
System Red Green Blue C M Y K H S L
Decimal 171 231 220 0.26 0 0.05 0.09 169 0.56 0.79
Hex AB E7 DC 1A 0 5 9 A9 38 4F
Octal 253 347 334 32 0 5 11 251 70 117
Binary 10101011 11100111 11011100 11010 0 101 1001 10101001 111000 1001111

Color Harmonies of #ABE7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABE7DC

Black with #ABE7DC

Text Example


Text Example

White with #ABE7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABE7DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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