#ACDECB

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

Shades of Cruise #ACDECB

Tints of Cruise #ACDECB

Color information

#ACDECB (or 0xACDECB) is unknown color: approx Cruise. HEX triplet: AC, DE and CB. RGB value is (172,222,203). Sum of RGB (Red+Green+Blue) = 172+222+203=597 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.81% from 597); Green value is 222 (87.11% from 255 or 37.19% from 597); Blue value is 203 (79.69% from 255 or 34.00% from 597); Max value from RGB is 222 - color contains mainly: green. Hex color #ACDECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDECB is #532134. Grayscale: #CCCCCC. Windows color (decimal): -5447989 or 13360812. OLE color: 13360812.

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

Color convert

RGB172222203-
CMYK0.2300.090.13
HSL157.2º43.1%77.25%-
HSV(B)157.2º22.52%87.06%-
XYZ53.9165.3366.27-
YUV204.88126.94104.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.81%
GREEN value IS 222 (87.11% from 255) = 37.19%
BLUE value IS 203 (79.69% from 255) = 34.00%
R=28.81%
G=37.19%
B=34.00%

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
Decimal1722222030.2300.090.13157.243.177.25
HexACDECB1709D9d2b4d
Octal254336313270111523553115
Binary10101100110111101100101110111010011101100111011010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDECB; }

 p { color: rgb(172,222,203); }

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

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

 a { background-color: rgb(172,222,203); }

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

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

 span { border-color: rgb(172,222,203); }

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