Html Css Color HEX #ABE5DA Ice Cold

📋 copy color: '#ABE5DA'

red 171 ◦ green 229 ◦ blue 218

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

Shades of Ice Cold #ABE5DA

Tints of Ice Cold #ABE5DA

RGB

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

 GREEN value IS 229 (89.84% from 255) = 37.06%

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

R = 27.67%
G = 37.06%
B = 35.28%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#ABE5DA (or 0xABE5DA) is known color: Ice Cold. HEX triplet: AB, E5 and DA. RGB value is (171,229,218). Sum of RGB (Red+Green+Blue) = 171+229+218=618 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.67% from 618); Green value is 229 (89.84% from 255 or 37.06% from 618); Blue value is 218 (85.55% from 255 or 35.28% from 618); Max value from RGB is 229 - color contains mainly: green. Hex color #ABE5DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABE5DA is #541A25. Grayscale: #D2D2D2. Windows color (decimal): -5511718 or 14345643. OLE color: 14345643.

HSL color Cylindrical-coordinate representation of color #ABE5DA: hue angle of 168.62º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABE5DA is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 171 229 218 -
CMYK 0.25 0 0.05 0.10
HSL 168.62º 0.53% 0.78% -
HSV(B) 168.62º 0.25% 0.9% -
XYZ 57.47 69.76 76.77 -
YUV 210.4 132.28 99.89 -
System Red Green Blue C M Y K H S L
Decimal 171 229 218 0.25 0 0.05 0.10 168.62 0.53 0.78
Hex AB E5 DA 19 0 5 A A9 35 4E
Octal 253 345 332 31 0 5 12 251 65 116
Binary 10101011 11100101 11011010 11001 0 101 1010 10101001 110101 1001110

Color Harmonies of #ABE5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABE5DA

Black with #ABE5DA

Text Example


Text Example

White with #ABE5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABE5DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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