Html Css Color HEX #ABEAD9 Ice Cold

📋 copy color: '#ABEAD9'

red 171 ◦ green 234 ◦ blue 217

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

Shades of Ice Cold #ABEAD9

Tints of Ice Cold #ABEAD9

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.62%

 BLUE value IS 217 (85.16% from 255) = 34.89%

R = 27.49%
G = 37.62%
B = 34.89%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#ABEAD9 (or 0xABEAD9) is known color: Ice Cold. HEX triplet: AB, EA and D9. RGB value is (171,234,217). Sum of RGB (Red+Green+Blue) = 171+234+217=622 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.49% from 622); Green value is 234 (91.80% from 255 or 37.62% from 622); Blue value is 217 (85.16% from 255 or 34.89% from 622); Max value from RGB is 234 - color contains mainly: green. Hex color #ABEAD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEAD9 is #541526. Grayscale: #D5D5D5. Windows color (decimal): -5510439 or 14281387. OLE color: 14281387.

HSL color Cylindrical-coordinate representation of color #ABEAD9: hue angle of 163.81º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABEAD9 is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 171 234 217 -
CMYK 0.27 0 0.07 0.08
HSL 163.81º 0.6% 0.79% -
HSV(B) 163.81º 0.27% 0.92% -
XYZ 58.74 72.51 76.55 -
YUV 213.23 130.13 97.88 -
System Red Green Blue C M Y K H S L
Decimal 171 234 217 0.27 0 0.07 0.08 163.81 0.6 0.79
Hex AB EA D9 1B 0 7 8 A4 3C 4F
Octal 253 352 331 33 0 7 10 244 74 117
Binary 10101011 11101010 11011001 11011 0 111 1000 10100100 111100 1001111

Color Harmonies of #ABEAD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABEAD9

Black with #ABEAD9

Text Example


Text Example

White with #ABEAD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABEAD9; }

 p { color: rgb(171,234,217); }

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

background-color css

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

 a { background-color: rgb(171,234,217); }

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

border-color css

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

 span { border-color: rgb(171,234,217); }

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