Html Css Color HEX #ABE2DD Ice Cold

📋 copy color: '#ABE2DD'

red 171 ◦ green 226 ◦ blue 221

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

Shades of Ice Cold #ABE2DD

Tints of Ice Cold #ABE2DD

RGB

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

 GREEN value IS 226 (88.67% from 255) = 36.57%

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

R = 27.67%
G = 36.57%
B = 35.76%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#ABE2DD (or 0xABE2DD) is known color: Ice Cold. HEX triplet: AB, E2 and DD. RGB value is (171,226,221). Sum of RGB (Red+Green+Blue) = 171+226+221=618 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.67% from 618); Green value is 226 (88.67% from 255 or 36.57% from 618); Blue value is 221 (86.72% from 255 or 35.76% from 618); Max value from RGB is 226 - color contains mainly: green. Hex color #ABE2DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABE2DD is #541D22. Grayscale: #D0D0D0. Windows color (decimal): -5512483 or 14541483. OLE color: 14541483.

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

Color convert

RGB 171 226 221 -
CMYK 0.24 0 0.02 0.11
HSL 174.55º 0.49% 0.78% -
HSV(B) 174.55º 0.24% 0.89% -
XYZ 57.04 68.27 78.58 -
YUV 208.99 134.78 100.91 -
System Red Green Blue C M Y K H S L
Decimal 171 226 221 0.24 0 0.02 0.11 174.55 0.49 0.78
Hex AB E2 DD 18 0 2 B AF 31 4E
Octal 253 342 335 30 0 2 13 257 61 116
Binary 10101011 11100010 11011101 11000 0 10 1011 10101111 110001 1001110

Color Harmonies of #ABE2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABE2DD

Black with #ABE2DD

Text Example


Text Example

White with #ABE2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABE2DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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