Html Css Color HEX #ABE5DD Ice Cold

📋 copy color: '#ABE5DD'

red 171 ◦ green 229 ◦ blue 221

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

Shades of Ice Cold #ABE5DD

Tints of Ice Cold #ABE5DD

RGB

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

 GREEN value IS 229 (89.84% from 255) = 36.88%

 BLUE value IS 221 (86.72% from 255) = 35.59%

R = 27.54%
G = 36.88%
B = 35.59%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#ABE5DD (or 0xABE5DD) is known color: Ice Cold. HEX triplet: AB, E5 and DD. RGB value is (171,229,221). Sum of RGB (Red+Green+Blue) = 171+229+221=621 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.54% from 621); Green value is 229 (89.84% from 255 or 36.88% from 621); Blue value is 221 (86.72% from 255 or 35.59% from 621); Max value from RGB is 229 - color contains mainly: green. Hex color #ABE5DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABE5DD is #541A22. Grayscale: #D2D2D2. Windows color (decimal): -5511715 or 14542251. OLE color: 14542251.

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

Color convert

RGB 171 229 221 -
CMYK 0.25 0 0.03 0.10
HSL 171.72º 0.53% 0.78% -
HSV(B) 171.72º 0.25% 0.9% -
XYZ 57.87 69.92 78.85 -
YUV 210.75 133.78 99.65 -
System Red Green Blue C M Y K H S L
Decimal 171 229 221 0.25 0 0.03 0.10 171.72 0.53 0.78
Hex AB E5 DD 19 0 3 A AC 35 4E
Octal 253 345 335 31 0 3 12 254 65 116
Binary 10101011 11100101 11011101 11001 0 11 1010 10101100 110101 1001110

Color Harmonies of #ABE5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABE5DD

Black with #ABE5DD

Text Example


Text Example

White with #ABE5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABE5DD; }

 p { color: rgb(171,229,221); }

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

background-color css

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

 a { background-color: rgb(171,229,221); }

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

border-color css

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

 span { border-color: rgb(171,229,221); }

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