#A5DFD8

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

Shades of Sinbad #A5DFD8

Tints of Sinbad #A5DFD8

Color information

#A5DFD8 (or 0xA5DFD8) is unknown color: approx Sinbad. HEX triplet: A5, DF and D8. RGB value is (165,223,216). Sum of RGB (Red+Green+Blue) = 165+223+216=604 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.32% from 604); Green value is 223 (87.5% from 255 or 36.92% from 604); Blue value is 216 (84.77% from 255 or 35.76% from 604); Max value from RGB is 223 - color contains mainly: green. Hex color #A5DFD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DFD8 is #5A2027. Grayscale: #CCCCCC. Windows color (decimal): -5906472 or 14213029. OLE color: 14213029.

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

Color convert

RGB165223216-
CMYK0.2600.030.13
HSL172.76º47.54%76.08%-
HSV(B)172.76º26.01%87.45%-
XYZ54.365.7374.79-
YUV204.86134.2899.57-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.32%
GREEN value IS 223 (87.5% from 255) = 36.92%
BLUE value IS 216 (84.77% from 255) = 35.76%
R=27.32%
G=36.92%
B=35.76%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1652232160.2600.030.13172.7647.5476.08
HexA5DFD81A03Dad304c
Octal24533733032031525560114
Binary101001011101111111011000110100111101101011011100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DFD8; }

 p { color: rgb(165,223,216); }

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

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

 a { background-color: rgb(165,223,216); }

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

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

 span { border-color: rgb(165,223,216); }

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