#ACDBCA

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

Shades of Cruise #ACDBCA

Tints of Cruise #ACDBCA

Color information

#ACDBCA (or 0xACDBCA) is unknown color: approx Cruise. HEX triplet: AC, DB and CA. RGB value is (172,219,202). Sum of RGB (Red+Green+Blue) = 172+219+202=593 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.01% from 593); Green value is 219 (85.94% from 255 or 36.93% from 593); Blue value is 202 (79.30% from 255 or 34.06% from 593); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDBCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDBCA is #532435. Grayscale: #CBCBCB. Windows color (decimal): -5448758 or 13294508. OLE color: 13294508.

HSL color Cylindrical-coordinate representation of color #ACDBCA: hue angle of 158.3º 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 #ACDBCA is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB172219202-
CMYK0.2100.080.14
HSL158.3º39.5%76.67%-
HSV(B)158.3º21.46%85.88%-
XYZ53.0163.765.38-
YUV203.01127.43105.88-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.01%
GREEN value IS 219 (85.94% from 255) = 36.93%
BLUE value IS 202 (79.30% from 255) = 34.06%
R=29.01%
G=36.93%
B=34.06%

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
Decimal1722192020.2100.080.14158.339.576.67
HexACDBCA1508E9e274d
Octal254333312250101623647115
Binary10101100110110111100101010101010001110100111101001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDBCA; }

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

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

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

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

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

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

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

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