Html Css Color HEX #ABDDCC Ice Cold

📋 copy color: '#ABDDCC'

red 171 ◦ green 221 ◦ blue 204

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

Shades of Ice Cold #ABDDCC

Tints of Ice Cold #ABDDCC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.08%

 BLUE value IS 204 (80.08% from 255) = 34.23%

R = 28.69%
G = 37.08%
B = 34.23%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#ABDDCC (or 0xABDDCC) is known color: Ice Cold. HEX triplet: AB, DD and CC. RGB value is (171,221,204). Sum of RGB (Red+Green+Blue) = 171+221+204=596 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.69% from 596); Green value is 221 (86.72% from 255 or 37.08% from 596); Blue value is 204 (80.08% from 255 or 34.23% from 596); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDDCC is #542233. Grayscale: #CCCCCC. Windows color (decimal): -5513780 or 13426091. OLE color: 13426091.

HSL color Cylindrical-coordinate representation of color #ABDDCC: hue angle of 159.6º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABDDCC is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 221 204 -
CMYK 0.23 0 0.08 0.13
HSL 159.6º 0.42% 0.77% -
HSV(B) 159.6º 0.23% 0.87% -
XYZ 53.55 64.73 66.8 -
YUV 204.11 127.94 104.38 -
System Red Green Blue C M Y K H S L
Decimal 171 221 204 0.23 0 0.08 0.13 159.6 0.42 0.77
Hex AB DD CC 17 0 8 D A0 2A 4D
Octal 253 335 314 27 0 10 15 240 52 115
Binary 10101011 11011101 11001100 10111 0 1000 1101 10100000 101010 1001101

Color Harmonies of #ABDDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDDCC

Black with #ABDDCC

Text Example


Text Example

White with #ABDDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDDCC; }

 p { color: rgb(171,221,204); }

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

background-color css

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

 a { background-color: rgb(171,221,204); }

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

border-color css

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

 span { border-color: rgb(171,221,204); }

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