#A5DDDC

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

Shades of Sinbad #A5DDDC

Tints of Sinbad #A5DDDC

Color information

#A5DDDC (or 0xA5DDDC) is unknown color: approx Sinbad. HEX triplet: A5, DD and DC. RGB value is (165,221,220). Sum of RGB (Red+Green+Blue) = 165+221+220=606 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.23% from 606); Green value is 221 (86.72% from 255 or 36.47% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 221 - color contains mainly: green. Hex color #A5DDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DDDC is #5A2223. Grayscale: #CCCCCC. Windows color (decimal): -5906980 or 14474661. OLE color: 14474661.

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

Color convert

RGB165221220-
CMYK0.2500.000.13
HSL178.93º45.16%75.69%-
HSV(B)178.93º25.34%86.67%-
XYZ54.2964.8877.37-
YUV204.14136.95100.08-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.23%
GREEN value IS 221 (86.72% from 255) = 36.47%
BLUE value IS 220 (86.33% from 255) = 36.30%
R=27.23%
G=36.47%
B=36.30%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1652212200.2500.000.13178.9345.1675.69
HexA5DDDC1900Db32d4c
Octal24533533431001526355114
Binary10100101110111011101110011001001101101100111011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DDDC; }

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

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

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

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

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

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

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

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