#A5DDDB

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

Shades of Sinbad #A5DDDB

Tints of Sinbad #A5DDDB

Color information

#A5DDDB (or 0xA5DDDB) is unknown color: approx Sinbad. HEX triplet: A5, DD and DB. RGB value is (165,221,219). Sum of RGB (Red+Green+Blue) = 165+221+219=605 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.27% from 605); Green value is 221 (86.72% from 255 or 36.53% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 221 - color contains mainly: green. Hex color #A5DDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DDDB is #5A2224. Grayscale: #CBCBCB. Windows color (decimal): -5906981 or 14409125. OLE color: 14409125.

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

Color convert

RGB165221219-
CMYK0.2500.010.13
HSL177.86º45.16%75.69%-
HSV(B)177.86º25.34%86.67%-
XYZ54.1664.8376.68-
YUV204.03136.45100.16-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.27%
GREEN value IS 221 (86.72% from 255) = 36.53%
BLUE value IS 219 (85.94% from 255) = 36.20%
R=27.27%
G=36.53%
B=36.20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1652212190.2500.010.13177.8645.1675.69
HexA5DDDB1901Db22d4c
Octal24533533331011526255114
Binary10100101110111011101101111001011101101100101011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DDDB; }

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

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

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

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

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

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

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

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