Html Css Color HEX #ABE7DD Ice Cold

📋 copy color: '#ABE7DD'

red 171 ◦ green 231 ◦ blue 221

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

Shades of Ice Cold #ABE7DD

Tints of Ice Cold #ABE7DD

RGB

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

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

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

R = 27.45%
G = 37.08%
B = 35.47%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#ABE7DD (or 0xABE7DD) is known color: Ice Cold. HEX triplet: AB, E7 and DD. RGB value is (171,231,221). Sum of RGB (Red+Green+Blue) = 171+231+221=623 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.45% from 623); Green value is 231 (90.62% from 255 or 37.08% from 623); Blue value is 221 (86.72% from 255 or 35.47% from 623); Max value from RGB is 231 - color contains mainly: green. Hex color #ABE7DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABE7DD is #541822. Grayscale: #D3D3D3. Windows color (decimal): -5511203 or 14542763. OLE color: 14542763.

HSL color Cylindrical-coordinate representation of color #ABE7DD: hue angle of 170º 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 #ABE7DD is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 171 231 221 -
CMYK 0.26 0 0.04 0.09
HSL 170º 0.56% 0.79% -
HSV(B) 170º 0.26% 0.91% -
XYZ 58.42 71.03 79.04 -
YUV 211.92 133.12 98.81 -
System Red Green Blue C M Y K H S L
Decimal 171 231 221 0.26 0 0.04 0.09 170 0.56 0.79
Hex AB E7 DD 1A 0 4 9 AA 38 4F
Octal 253 347 335 32 0 4 11 252 70 117
Binary 10101011 11100111 11011101 11010 0 100 1001 10101010 111000 1001111

Color Harmonies of #ABE7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABE7DD

Black with #ABE7DD

Text Example


Text Example

White with #ABE7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABE7DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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