Html Css Color HEX #ABEBD9 Ice Cold

📋 copy color: '#ABEBD9'

red 171 ◦ green 235 ◦ blue 217

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

Shades of Ice Cold #ABEBD9

Tints of Ice Cold #ABEBD9

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.72%

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

R = 27.45%
G = 37.72%
B = 34.83%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#ABEBD9 (or 0xABEBD9) is known color: Ice Cold. HEX triplet: AB, EB and D9. RGB value is (171,235,217). Sum of RGB (Red+Green+Blue) = 171+235+217=623 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.45% from 623); Green value is 235 (92.19% from 255 or 37.72% from 623); Blue value is 217 (85.16% from 255 or 34.83% from 623); Max value from RGB is 235 - color contains mainly: green. Hex color #ABEBD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEBD9 is #541426. Grayscale: #D5D5D5. Windows color (decimal): -5510183 or 14281643. OLE color: 14281643.

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

Color convert

RGB 171 235 217 -
CMYK 0.27 0 0.08 0.08
HSL 163.13º 0.62% 0.8% -
HSV(B) 163.13º 0.27% 0.92% -
XYZ 59.03 73.08 76.64 -
YUV 213.81 129.8 97.46 -
System Red Green Blue C M Y K H S L
Decimal 171 235 217 0.27 0 0.08 0.08 163.13 0.62 0.8
Hex AB EB D9 1B 0 8 8 A3 3E 50
Octal 253 353 331 33 0 10 10 243 76 120
Binary 10101011 11101011 11011001 11011 0 1000 1000 10100011 111110 1010000

Color Harmonies of #ABEBD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABEBD9

Black with #ABEBD9

Text Example


Text Example

White with #ABEBD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABEBD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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