Html Css Color HEX #ABDECF Ice Cold

📋 copy color: '#ABDECF'

red 171 ◦ green 222 ◦ blue 207

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

Shades of Ice Cold #ABDECF

Tints of Ice Cold #ABDECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 34.5%

R = 28.5%
G = 37%
B = 34.5%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#ABDECF (or 0xABDECF) is known color: Ice Cold. HEX triplet: AB, DE and CF. RGB value is (171,222,207). Sum of RGB (Red+Green+Blue) = 171+222+207=600 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.5% from 600); Green value is 222 (87.11% from 255 or 37% from 600); Blue value is 207 (81.25% from 255 or 34.5% from 600); Max value from RGB is 222 - color contains mainly: green. Hex color #ABDECF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDECF is #542130. Grayscale: #CDCDCD. Windows color (decimal): -5513521 or 13622955. OLE color: 13622955.

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

Color convert

RGB 171 222 207 -
CMYK 0.23 0 0.07 0.13
HSL 162.35º 0.44% 0.77% -
HSV(B) 162.35º 0.23% 0.87% -
XYZ 54.18 65.41 68.8 -
YUV 205.04 129.1 103.72 -
System Red Green Blue C M Y K H S L
Decimal 171 222 207 0.23 0 0.07 0.13 162.35 0.44 0.77
Hex AB DE CF 17 0 7 D A2 2C 4D
Octal 253 336 317 27 0 7 15 242 54 115
Binary 10101011 11011110 11001111 10111 0 111 1101 10100010 101100 1001101

Color Harmonies of #ABDECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDECF

Black with #ABDECF

Text Example


Text Example

White with #ABDECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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