Html Css Color HEX #ABEAD7 Ice Cold

📋 copy color: '#ABEAD7'

red 171 ◦ green 234 ◦ blue 215

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

Shades of Ice Cold #ABEAD7

Tints of Ice Cold #ABEAD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 34.68%

R = 27.58%
G = 37.74%
B = 34.68%

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

#ABEAD7 (or 0xABEAD7) is known color: Ice Cold. HEX triplet: AB, EA and D7. RGB value is (171,234,215). Sum of RGB (Red+Green+Blue) = 171+234+215=620 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.58% from 620); Green value is 234 (91.80% from 255 or 37.74% from 620); Blue value is 215 (84.38% from 255 or 34.68% from 620); Max value from RGB is 234 - color contains mainly: green. Hex color #ABEAD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEAD7 is #541528. Grayscale: #D5D5D5. Windows color (decimal): -5510441 or 14150315. OLE color: 14150315.

HSL color Cylindrical-coordinate representation of color #ABEAD7: hue angle of 161.9º 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 #ABEAD7 is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB 171 234 215 -
CMYK 0.27 0 0.08 0.08
HSL 161.9º 0.6% 0.79% -
HSV(B) 161.9º 0.27% 0.92% -
XYZ 58.48 72.41 75.18 -
YUV 213 129.13 98.04 -
System Red Green Blue C M Y K H S L
Decimal 171 234 215 0.27 0 0.08 0.08 161.9 0.6 0.79
Hex AB EA D7 1B 0 8 8 A2 3C 4F
Octal 253 352 327 33 0 10 10 242 74 117
Binary 10101011 11101010 11010111 11011 0 1000 1000 10100010 111100 1001111

Color Harmonies of #ABEAD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABEAD7

Black with #ABEAD7

Text Example


Text Example

White with #ABEAD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABEAD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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