Html Css Color HEX #ABEAD8 Ice Cold

📋 copy color: '#ABEAD8'

red 171 ◦ green 234 ◦ blue 216

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

Shades of Ice Cold #ABEAD8

Tints of Ice Cold #ABEAD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 34.78%

R = 27.54%
G = 37.68%
B = 34.78%

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

#ABEAD8 (or 0xABEAD8) is known color: Ice Cold. HEX triplet: AB, EA and D8. RGB value is (171,234,216). Sum of RGB (Red+Green+Blue) = 171+234+216=621 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.54% from 621); Green value is 234 (91.80% from 255 or 37.68% from 621); Blue value is 216 (84.77% from 255 or 34.78% from 621); Max value from RGB is 234 - color contains mainly: green. Hex color #ABEAD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEAD8 is #541527. Grayscale: #D5D5D5. Windows color (decimal): -5510440 or 14215851. OLE color: 14215851.

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

Color convert

RGB 171 234 216 -
CMYK 0.27 0 0.08 0.08
HSL 162.86º 0.6% 0.79% -
HSV(B) 162.86º 0.27% 0.92% -
XYZ 58.61 72.46 75.86 -
YUV 213.11 129.63 97.96 -
System Red Green Blue C M Y K H S L
Decimal 171 234 216 0.27 0 0.08 0.08 162.86 0.6 0.79
Hex AB EA D8 1B 0 8 8 A3 3C 4F
Octal 253 352 330 33 0 10 10 243 74 117
Binary 10101011 11101010 11011000 11011 0 1000 1000 10100011 111100 1001111

Color Harmonies of #ABEAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABEAD8

Black with #ABEAD8

Text Example


Text Example

White with #ABEAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABEAD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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