Html Css Color HEX #ABE8DA Ice Cold

📋 copy color: '#ABE8DA'

red 171 ◦ green 232 ◦ blue 218

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

Shades of Ice Cold #ABE8DA

Tints of Ice Cold #ABE8DA

RGB

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

 GREEN value IS 232 (91.02% from 255) = 37.36%

 BLUE value IS 218 (85.55% from 255) = 35.1%

R = 27.54%
G = 37.36%
B = 35.1%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#ABE8DA (or 0xABE8DA) is known color: Ice Cold. HEX triplet: AB, E8 and DA. RGB value is (171,232,218). Sum of RGB (Red+Green+Blue) = 171+232+218=621 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.54% from 621); Green value is 232 (91.02% from 255 or 37.36% from 621); Blue value is 218 (85.55% from 255 or 35.10% from 621); Max value from RGB is 232 - color contains mainly: green. Hex color #ABE8DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABE8DA is #541725. Grayscale: #D4D4D4. Windows color (decimal): -5510950 or 14346411. OLE color: 14346411.

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

Color convert

RGB 171 232 218 -
CMYK 0.26 0 0.06 0.09
HSL 166.23º 0.57% 0.79% -
HSV(B) 166.23º 0.26% 0.91% -
XYZ 58.31 71.43 77.04 -
YUV 212.17 131.29 98.64 -
System Red Green Blue C M Y K H S L
Decimal 171 232 218 0.26 0 0.06 0.09 166.23 0.57 0.79
Hex AB E8 DA 1A 0 6 9 A6 39 4F
Octal 253 350 332 32 0 6 11 246 71 117
Binary 10101011 11101000 11011010 11010 0 110 1001 10100110 111001 1001111

Color Harmonies of #ABE8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABE8DA

Black with #ABE8DA

Text Example


Text Example

White with #ABE8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABE8DA; }

 p { color: rgb(171,232,218); }

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

background-color css

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

 a { background-color: rgb(171,232,218); }

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

border-color css

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

 span { border-color: rgb(171,232,218); }

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