#ACDBC9

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

Shades of Cruise #ACDBC9

Tints of Cruise #ACDBC9

Color information

#ACDBC9 (or 0xACDBC9) is unknown color: approx Cruise. HEX triplet: AC, DB and C9. RGB value is (172,219,201). Sum of RGB (Red+Green+Blue) = 172+219+201=592 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.05% from 592); Green value is 219 (85.94% from 255 or 36.99% from 592); Blue value is 201 (78.91% from 255 or 33.95% from 592); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDBC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDBC9 is #532436. Grayscale: #CACACA. Windows color (decimal): -5448759 or 13228972. OLE color: 13228972.

HSL color Cylindrical-coordinate representation of color #ACDBC9: hue angle of 157.02º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACDBC9 is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB172219201-
CMYK0.2100.080.14
HSL157.02º39.5%76.67%-
HSV(B)157.02º21.46%85.88%-
XYZ52.8963.6564.76-
YUV202.9126.93105.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.05%
GREEN value IS 219 (85.94% from 255) = 36.99%
BLUE value IS 201 (78.91% from 255) = 33.95%
R=29.05%
G=36.99%
B=33.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1722192010.2100.080.14157.0239.576.67
HexACDBC91508E9d274d
Octal254333311250101623547115
Binary10101100110110111100100110101010001110100111011001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDBC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDBC9; }

 p { color: rgb(172,219,201); }

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

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

 a { background-color: rgb(172,219,201); }

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

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

 span { border-color: rgb(172,219,201); }

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