#ABDDC9

Color #ABDDC9 Cruise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cruise #ABDDC9

Tints of Cruise #ABDDC9

Color information

#ABDDC9 (or 0xABDDC9) is unknown color: approx Cruise. HEX triplet: AB, DD and C9. RGB value is (171,221,201). Sum of RGB (Red+Green+Blue) = 171+221+201=593 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.84% from 593); Green value is 221 (86.72% from 255 or 37.27% from 593); Blue value is 201 (78.91% from 255 or 33.90% from 593); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDDC9 is #542236. Grayscale: #CBCBCB. Windows color (decimal): -5513783 or 13229483. OLE color: 13229483.

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

Color convert

RGB171221201-
CMYK0.2300.090.13
HSL156º42.37%76.86%-
HSV(B)156º22.62%86.67%-
XYZ53.1964.5964.92-
YUV203.77126.44104.63-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.84%
GREEN value IS 221 (86.72% from 255) = 37.27%
BLUE value IS 201 (78.91% from 255) = 33.90%
R=28.84%
G=37.27%
B=33.90%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1712212010.2300.090.1315642.3776.86
HexABDDC91709D9c2a4d
Octal253335311270111523452115
Binary10101011110111011100100110111010011101100111001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDDC9; }

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

 H1.HeaderClassName
 {
   color: #ABDDC9;
 }
 .AnyTagClassName
 {
   color: #ABDDC9;
 }
</style>
background-color css

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

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

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

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

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

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