#A4DDDC

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

Shades of Sinbad #A4DDDC

Tints of Sinbad #A4DDDC

Color information

#A4DDDC (or 0xA4DDDC) is unknown color: approx Sinbad. HEX triplet: A4, DD and DC. RGB value is (164,221,220). Sum of RGB (Red+Green+Blue) = 164+221+220=605 (80% of max value = 765). Red value is 164 (64.45% from 255 or 27.11% from 605); Green value is 221 (86.72% from 255 or 36.53% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 221 - color contains mainly: green. Hex color #A4DDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DDDC is #5B2223. Grayscale: #CBCBCB. Windows color (decimal): -5972516 or 14474660. OLE color: 14474660.

HSL color Cylindrical-coordinate representation of color #A4DDDC: hue angle of 178.95º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A4DDDC is Cyan = 0.26, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB164221220-
CMYK0.2600.000.13
HSL178.95º45.6%75.49%-
HSV(B)178.95º25.79%86.67%-
XYZ54.0864.7777.36-
YUV203.84137.1299.58-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.11%
GREEN value IS 221 (86.72% from 255) = 36.53%
BLUE value IS 220 (86.33% from 255) = 36.36%
R=27.11%
G=36.53%
B=36.36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1642212200.2600.000.13178.9545.675.49
HexA4DDDC1A00Db32e4b
Octal24433533432001526356113
Binary10100100110111011101110011010001101101100111011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DDDC; }

 p { color: rgb(164,221,220); }

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

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

 a { background-color: rgb(164,221,220); }

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

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

 span { border-color: rgb(164,221,220); }

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