Html Css Color HEX #ABE4CF Ice Cold

📋 copy color: '#ABE4CF'

red 171 ◦ green 228 ◦ blue 207

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

Shades of Ice Cold #ABE4CF

Tints of Ice Cold #ABE4CF

RGB

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

 GREEN value IS 228 (89.45% from 255) = 37.62%

 BLUE value IS 207 (81.25% from 255) = 34.16%

R = 28.22%
G = 37.62%
B = 34.16%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#ABE4CF (or 0xABE4CF) is known color: Ice Cold. HEX triplet: AB, E4 and CF. RGB value is (171,228,207). Sum of RGB (Red+Green+Blue) = 171+228+207=606 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.22% from 606); Green value is 228 (89.45% from 255 or 37.62% from 606); Blue value is 207 (81.25% from 255 or 34.16% from 606); Max value from RGB is 228 - color contains mainly: green. Hex color #ABE4CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABE4CF is #541B30. Grayscale: #D0D0D0. Windows color (decimal): -5511985 or 13624491. OLE color: 13624491.

HSL color Cylindrical-coordinate representation of color #ABE4CF: hue angle of 157.89º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABE4CF is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB 171 228 207 -
CMYK 0.25 0 0.09 0.11
HSL 157.89º 0.51% 0.78% -
HSV(B) 157.89º 0.25% 0.89% -
XYZ 55.8 68.65 69.34 -
YUV 208.56 127.12 101.21 -
System Red Green Blue C M Y K H S L
Decimal 171 228 207 0.25 0 0.09 0.11 157.89 0.51 0.78
Hex AB E4 CF 19 0 9 B 9E 33 4E
Octal 253 344 317 31 0 11 13 236 63 116
Binary 10101011 11100100 11001111 11001 0 1001 1011 10011110 110011 1001110

Color Harmonies of #ABE4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABE4CF

Black with #ABE4CF

Text Example


Text Example

White with #ABE4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABE4CF; }

 p { color: rgb(171,228,207); }

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

background-color css

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

 a { background-color: rgb(171,228,207); }

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

border-color css

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

 span { border-color: rgb(171,228,207); }

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