Html Css Color HEX #ABDED0 Ice Cold

📋 copy color: '#ABDED0'

red 171 ◦ green 222 ◦ blue 208

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

Shades of Ice Cold #ABDED0

Tints of Ice Cold #ABDED0

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.94%

 BLUE value IS 208 (81.64% from 255) = 34.61%

R = 28.45%
G = 36.94%
B = 34.61%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#ABDED0 (or 0xABDED0) is known color: Ice Cold. HEX triplet: AB, DE and D0. RGB value is (171,222,208). Sum of RGB (Red+Green+Blue) = 171+222+208=601 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.45% from 601); Green value is 222 (87.11% from 255 or 36.94% from 601); Blue value is 208 (81.64% from 255 or 34.61% from 601); Max value from RGB is 222 - color contains mainly: green. Hex color #ABDED0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDED0 is #54212F. Grayscale: #CDCDCD. Windows color (decimal): -5513520 or 13688491. OLE color: 13688491.

HSL color Cylindrical-coordinate representation of color #ABDED0: hue angle of 163.53º degrees, saturation: 0.44, 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 #ABDED0 is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 222 208 -
CMYK 0.23 0 0.06 0.13
HSL 163.53º 0.44% 0.77% -
HSV(B) 163.53º 0.23% 0.87% -
XYZ 54.3 65.45 69.45 -
YUV 205.16 129.6 103.64 -
System Red Green Blue C M Y K H S L
Decimal 171 222 208 0.23 0 0.06 0.13 163.53 0.44 0.77
Hex AB DE D0 17 0 6 D A4 2C 4D
Octal 253 336 320 27 0 6 15 244 54 115
Binary 10101011 11011110 11010000 10111 0 110 1101 10100100 101100 1001101

Color Harmonies of #ABDED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDED0

Black with #ABDED0

Text Example


Text Example

White with #ABDED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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