#ACDDDB

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

Shades of Sinbad #ACDDDB

Tints of Sinbad #ACDDDB

Color information

#ACDDDB (or 0xACDDDB) is unknown color: approx Sinbad. HEX triplet: AC, DD and DB. RGB value is (172,221,219). Sum of RGB (Red+Green+Blue) = 172+221+219=612 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.10% from 612); Green value is 221 (86.72% from 255 or 36.11% from 612); Blue value is 219 (85.94% from 255 or 35.78% from 612); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDDDB is #532224. Grayscale: #CECECE. Windows color (decimal): -5448229 or 14409132. OLE color: 14409132.

HSL color Cylindrical-coordinate representation of color #ACDDDB: hue angle of 177.55º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACDDDB is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB172221219-
CMYK0.2200.010.13
HSL177.55º41.88%77.06%-
HSV(B)177.55º22.17%86.67%-
XYZ55.6665.676.75-
YUV206.12135.27103.66-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.10%
GREEN value IS 221 (86.72% from 255) = 36.11%
BLUE value IS 219 (85.94% from 255) = 35.78%
R=28.10%
G=36.11%
B=35.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722212190.2200.010.13177.5541.8877.06
HexACDDDB1601Db22a4d
Octal25433533326011526252115
Binary10101100110111011101101110110011101101100101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDDDB; }

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

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

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

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

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

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

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

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