Html Css Color HEX #ABECD8 Ice Cold

📋 copy color: '#ABECD8'

red 171 ◦ green 236 ◦ blue 216

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

Shades of Ice Cold #ABECD8

Tints of Ice Cold #ABECD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 34.67%

R = 27.45%
G = 37.88%
B = 34.67%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#ABECD8 (or 0xABECD8) is known color: Ice Cold. HEX triplet: AB, EC and D8. RGB value is (171,236,216). Sum of RGB (Red+Green+Blue) = 171+236+216=623 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.45% from 623); Green value is 236 (92.58% from 255 or 37.88% from 623); Blue value is 216 (84.77% from 255 or 34.67% from 623); Max value from RGB is 236 - color contains mainly: green. Hex color #ABECD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABECD8 is #541327. Grayscale: #D6D6D6. Windows color (decimal): -5509928 or 14216363. OLE color: 14216363.

HSL color Cylindrical-coordinate representation of color #ABECD8: hue angle of 161.54º 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 #ABECD8 is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 236 216 -
CMYK 0.28 0 0.08 0.07
HSL 161.54º 0.63% 0.8% -
HSV(B) 161.54º 0.28% 0.93% -
XYZ 59.18 73.61 76.05 -
YUV 214.29 128.97 97.13 -
System Red Green Blue C M Y K H S L
Decimal 171 236 216 0.28 0 0.08 0.07 161.54 0.63 0.8
Hex AB EC D8 1C 0 8 7 A2 3F 50
Octal 253 354 330 34 0 10 7 242 77 120
Binary 10101011 11101100 11011000 11100 0 1000 111 10100010 111111 1010000

Color Harmonies of #ABECD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABECD8

Black with #ABECD8

Text Example


Text Example

White with #ABECD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABECD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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