Html Css Color HEX #ABECD7 Ice Cold

📋 copy color: '#ABECD7'

red 171 ◦ green 236 ◦ blue 215

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

Shades of Ice Cold #ABECD7

Tints of Ice Cold #ABECD7

RGB

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

 GREEN value IS 236 (92.58% from 255) = 37.94%

 BLUE value IS 215 (84.38% from 255) = 34.57%

R = 27.49%
G = 37.94%
B = 34.57%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#ABECD7 (or 0xABECD7) is known color: Ice Cold. HEX triplet: AB, EC and D7. RGB value is (171,236,215). Sum of RGB (Red+Green+Blue) = 171+236+215=622 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.49% from 622); Green value is 236 (92.58% from 255 or 37.94% from 622); Blue value is 215 (84.38% from 255 or 34.57% from 622); Max value from RGB is 236 - color contains mainly: green. Hex color #ABECD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABECD7 is #541328. Grayscale: #D6D6D6. Windows color (decimal): -5509929 or 14150827. OLE color: 14150827.

HSL color Cylindrical-coordinate representation of color #ABECD7: hue angle of 160.62º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABECD7 is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 236 215 -
CMYK 0.28 0 0.09 0.07
HSL 160.62º 0.63% 0.8% -
HSV(B) 160.62º 0.28% 0.93% -
XYZ 59.06 73.56 75.37 -
YUV 214.17 128.47 97.21 -
System Red Green Blue C M Y K H S L
Decimal 171 236 215 0.28 0 0.09 0.07 160.62 0.63 0.8
Hex AB EC D7 1C 0 9 7 A1 3F 50
Octal 253 354 327 34 0 11 7 241 77 120
Binary 10101011 11101100 11010111 11100 0 1001 111 10100001 111111 1010000

Color Harmonies of #ABECD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABECD7

Black with #ABECD7

Text Example


Text Example

White with #ABECD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABECD7; }

 p { color: rgb(171,236,215); }

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

background-color css

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

 a { background-color: rgb(171,236,215); }

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

border-color css

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

 span { border-color: rgb(171,236,215); }

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