Html Css Color HEX #ABE8DE Ice Cold

📋 copy color: '#ABE8DE'

red 171 ◦ green 232 ◦ blue 222

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

Shades of Ice Cold #ABE8DE

Tints of Ice Cold #ABE8DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 35.52%

R = 27.36%
G = 37.12%
B = 35.52%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#ABE8DE (or 0xABE8DE) is known color: Ice Cold. HEX triplet: AB, E8 and DE. RGB value is (171,232,222). Sum of RGB (Red+Green+Blue) = 171+232+222=625 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.36% from 625); Green value is 232 (91.02% from 255 or 37.12% from 625); Blue value is 222 (87.11% from 255 or 35.52% from 625); Max value from RGB is 232 - color contains mainly: green. Hex color #ABE8DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABE8DE is #541721. Grayscale: #D4D4D4. Windows color (decimal): -5510946 or 14608555. OLE color: 14608555.

HSL color Cylindrical-coordinate representation of color #ABE8DE: hue angle of 170.16º 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 #ABE8DE is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 171 232 222 -
CMYK 0.26 0 0.04 0.09
HSL 170.16º 0.57% 0.79% -
HSV(B) 170.16º 0.26% 0.91% -
XYZ 58.84 71.65 79.84 -
YUV 212.62 133.29 98.31 -
System Red Green Blue C M Y K H S L
Decimal 171 232 222 0.26 0 0.04 0.09 170.16 0.57 0.79
Hex AB E8 DE 1A 0 4 9 AA 39 4F
Octal 253 350 336 32 0 4 11 252 71 117
Binary 10101011 11101000 11011110 11010 0 100 1001 10101010 111001 1001111

Color Harmonies of #ABE8DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABE8DE

Black with #ABE8DE

Text Example


Text Example

White with #ABE8DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABE8DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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