#A5DDD7

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

Shades of Sinbad #A5DDD7

Tints of Sinbad #A5DDD7

Color information

#A5DDD7 (or 0xA5DDD7) is unknown color: approx Sinbad. HEX triplet: A5, DD and D7. RGB value is (165,221,215). Sum of RGB (Red+Green+Blue) = 165+221+215=601 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.45% from 601); Green value is 221 (86.72% from 255 or 36.77% from 601); Blue value is 215 (84.38% from 255 or 35.77% from 601); Max value from RGB is 221 - color contains mainly: green. Hex color #A5DDD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DDD7 is #5A2228. Grayscale: #CBCBCB. Windows color (decimal): -5906985 or 14146981. OLE color: 14146981.

HSL color Cylindrical-coordinate representation of color #A5DDD7: hue angle of 173.57º 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 #A5DDD7 is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB165221215-
CMYK0.2500.030.13
HSL173.57º45.16%75.69%-
HSV(B)173.57º25.34%86.67%-
XYZ53.6464.6273.94-
YUV203.57134.45100.49-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.45%
GREEN value IS 221 (86.72% from 255) = 36.77%
BLUE value IS 215 (84.38% from 255) = 35.77%
R=27.45%
G=36.77%
B=35.77%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1652212150.2500.030.13173.5745.1675.69
HexA5DDD71903Dae2d4c
Octal24533532731031525655114
Binary101001011101110111010111110010111101101011101011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DDD7; }

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

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

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

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

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

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

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

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