Html Css Color HEX #ABDFCE Ice Cold

📋 copy color: '#ABDFCE'

red 171 ◦ green 223 ◦ blue 206

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

Shades of Ice Cold #ABDFCE

Tints of Ice Cold #ABDFCE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.17%

 BLUE value IS 206 (80.86% from 255) = 34.33%

R = 28.5%
G = 37.17%
B = 34.33%

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

#ABDFCE (or 0xABDFCE) is known color: Ice Cold. HEX triplet: AB, DF and CE. RGB value is (171,223,206). Sum of RGB (Red+Green+Blue) = 171+223+206=600 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.5% from 600); Green value is 223 (87.5% from 255 or 37.17% from 600); Blue value is 206 (80.86% from 255 or 34.33% from 600); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDFCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDFCE is #542031. Grayscale: #CDCDCD. Windows color (decimal): -5513266 or 13557675. OLE color: 13557675.

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

Color convert

RGB 171 223 206 -
CMYK 0.23 0 0.08 0.13
HSL 160.38º 0.45% 0.77% -
HSV(B) 160.38º 0.23% 0.87% -
XYZ 54.32 65.89 68.25 -
YUV 205.51 128.27 103.38 -
System Red Green Blue C M Y K H S L
Decimal 171 223 206 0.23 0 0.08 0.13 160.38 0.45 0.77
Hex AB DF CE 17 0 8 D A0 2D 4D
Octal 253 337 316 27 0 10 15 240 55 115
Binary 10101011 11011111 11001110 10111 0 1000 1101 10100000 101101 1001101

Color Harmonies of #ABDFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDFCE

Black with #ABDFCE

Text Example


Text Example

White with #ABDFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDFCE; }

 p { color: rgb(171,223,206); }

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

background-color css

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

 a { background-color: rgb(171,223,206); }

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

border-color css

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

 span { border-color: rgb(171,223,206); }

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