#A5DAD9

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

Shades of Sinbad #A5DAD9

Tints of Sinbad #A5DAD9

Color information

#A5DAD9 (or 0xA5DAD9) is unknown color: approx Sinbad. HEX triplet: A5, DA and D9. RGB value is (165,218,217). Sum of RGB (Red+Green+Blue) = 165+218+217=600 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.5% from 600); Green value is 218 (85.55% from 255 or 36.33% from 600); Blue value is 217 (85.16% from 255 or 36.17% from 600); Max value from RGB is 218 - color contains mainly: green. Hex color #A5DAD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DAD9 is #5A2526. Grayscale: #C9C9C9. Windows color (decimal): -5907751 or 14277285. OLE color: 14277285.

HSL color Cylindrical-coordinate representation of color #A5DAD9: hue angle of 178.87º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A5DAD9 is Cyan = 0.24, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB165218217-
CMYK0.2400.000.15
HSL178.87º41.73%75.1%-
HSV(B)178.87º24.31%85.49%-
XYZ53.1163.1575.04-
YUV202.04136.44101.58-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.5%
GREEN value IS 218 (85.55% from 255) = 36.33%
BLUE value IS 217 (85.16% from 255) = 36.17%
R=27.5%
G=36.33%
B=36.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1652182170.2400.000.15178.8741.7375.1
HexA5DAD91800Fb32a4b
Octal24533233130001726352113
Binary10100101110110101101100111000001111101100111010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DAD9; }

 p { color: rgb(165,218,217); }

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

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

 a { background-color: rgb(165,218,217); }

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

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

 span { border-color: rgb(165,218,217); }

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