Html Css Color HEX #ABE0D2 Ice Cold

📋 copy color: '#ABE0D2'

red 171 ◦ green 224 ◦ blue 210

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

Shades of Ice Cold #ABE0D2

Tints of Ice Cold #ABE0D2

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.02%

 BLUE value IS 210 (82.42% from 255) = 34.71%

R = 28.26%
G = 37.02%
B = 34.71%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.06

 K value IS 0.12

RGB Variations

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

Color information

#ABE0D2 (or 0xABE0D2) is known color: Ice Cold. HEX triplet: AB, E0 and D2. RGB value is (171,224,210). Sum of RGB (Red+Green+Blue) = 171+224+210=605 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.26% from 605); Green value is 224 (87.89% from 255 or 37.02% from 605); Blue value is 210 (82.42% from 255 or 34.71% from 605); Max value from RGB is 224 - color contains mainly: green. Hex color #ABE0D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABE0D2 is #541F2D. Grayscale: #CECECE. Windows color (decimal): -5513006 or 13820075. OLE color: 13820075.

HSL color Cylindrical-coordinate representation of color #ABE0D2: hue angle of 164.15º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABE0D2 is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.

Color convert

RGB 171 224 210 -
CMYK 0.24 0 0.06 0.12
HSL 164.15º 0.46% 0.77% -
HSV(B) 164.15º 0.24% 0.88% -
XYZ 55.08 66.62 70.93 -
YUV 206.56 129.94 102.64 -
System Red Green Blue C M Y K H S L
Decimal 171 224 210 0.24 0 0.06 0.12 164.15 0.46 0.77
Hex AB E0 D2 18 0 6 C A4 2E 4D
Octal 253 340 322 30 0 6 14 244 56 115
Binary 10101011 11100000 11010010 11000 0 110 1100 10100100 101110 1001101

Color Harmonies of #ABE0D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABE0D2

Black with #ABE0D2

Text Example


Text Example

White with #ABE0D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABE0D2; }

 p { color: rgb(171,224,210); }

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

background-color css

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

 a { background-color: rgb(171,224,210); }

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

border-color css

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

 span { border-color: rgb(171,224,210); }

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