Html Css Color HEX #ABE9D5 Ice Cold

📋 copy color: '#ABE9D5'

red 171 ◦ green 233 ◦ blue 213

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

Shades of Ice Cold #ABE9D5

Tints of Ice Cold #ABE9D5

RGB

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

 GREEN value IS 233 (91.41% from 255) = 37.76%

 BLUE value IS 213 (83.59% from 255) = 34.52%

R = 27.71%
G = 37.76%
B = 34.52%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.09

 K value IS 0.09

RGB Variations

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

Color information

#ABE9D5 (or 0xABE9D5) is known color: Ice Cold. HEX triplet: AB, E9 and D5. RGB value is (171,233,213). Sum of RGB (Red+Green+Blue) = 171+233+213=617 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.71% from 617); Green value is 233 (91.41% from 255 or 37.76% from 617); Blue value is 213 (83.59% from 255 or 34.52% from 617); Max value from RGB is 233 - color contains mainly: green. Hex color #ABE9D5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABE9D5 is #54162A. Grayscale: #D4D4D4. Windows color (decimal): -5510699 or 14018987. OLE color: 14018987.

HSL color Cylindrical-coordinate representation of color #ABE9D5: hue angle of 160.65º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABE9D5 is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB 171 233 213 -
CMYK 0.27 0 0.09 0.09
HSL 160.65º 0.58% 0.79% -
HSV(B) 160.65º 0.27% 0.91% -
XYZ 57.94 71.74 73.74 -
YUV 212.18 128.46 98.63 -
System Red Green Blue C M Y K H S L
Decimal 171 233 213 0.27 0 0.09 0.09 160.65 0.58 0.79
Hex AB E9 D5 1B 0 9 9 A1 3A 4F
Octal 253 351 325 33 0 11 11 241 72 117
Binary 10101011 11101001 11010101 11011 0 1001 1001 10100001 111010 1001111

Color Harmonies of #ABE9D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABE9D5

Black with #ABE9D5

Text Example


Text Example

White with #ABE9D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABE9D5; }

 p { color: rgb(171,233,213); }

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

background-color css

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

 a { background-color: rgb(171,233,213); }

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

border-color css

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

 span { border-color: rgb(171,233,213); }

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