#A5DCDA

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

Shades of Sinbad #A5DCDA

Tints of Sinbad #A5DCDA

Color information

#A5DCDA (or 0xA5DCDA) is unknown color: approx Sinbad. HEX triplet: A5, DC and DA. RGB value is (165,220,218). Sum of RGB (Red+Green+Blue) = 165+220+218=603 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.36% from 603); Green value is 220 (86.33% from 255 or 36.48% from 603); Blue value is 218 (85.55% from 255 or 36.15% from 603); Max value from RGB is 220 - color contains mainly: green. Hex color #A5DCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DCDA is #5A2325. Grayscale: #CBCBCB. Windows color (decimal): -5907238 or 14343333. OLE color: 14343333.

HSL color Cylindrical-coordinate representation of color #A5DCDA: hue angle of 177.82º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5DCDA is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB165220218-
CMYK0.2500.010.14
HSL177.82º44%75.49%-
HSV(B)177.82º25%86.27%-
XYZ53.7764.2575.9-
YUV203.33136.28100.66-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.36%
GREEN value IS 220 (86.33% from 255) = 36.48%
BLUE value IS 218 (85.55% from 255) = 36.15%
R=27.36%
G=36.48%
B=36.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1652202180.2500.010.14177.824475.49
HexA5DCDA1901Eb22c4b
Octal24533433231011626254113
Binary10100101110111001101101011001011110101100101011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DCDA; }

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

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

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

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

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

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

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

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