#A5D3CA

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

Shades of Sinbad #A5D3CA

Tints of Sinbad #A5D3CA

Color information

#A5D3CA (or 0xA5D3CA) is unknown color: approx Sinbad. HEX triplet: A5, D3 and CA. RGB value is (165,211,202). Sum of RGB (Red+Green+Blue) = 165+211+202=578 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.55% from 578); Green value is 211 (82.81% from 255 or 36.51% from 578); Blue value is 202 (79.30% from 255 or 34.95% from 578); Max value from RGB is 211 - color contains mainly: green. Hex color #A5D3CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D3CA is #5A2C35. Grayscale: #C4C4C4. Windows color (decimal): -5909558 or 13292453. OLE color: 13292453.

HSL color Cylindrical-coordinate representation of color #A5D3CA: hue angle of 168.26º degrees, saturation: 0.34, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A5D3CA is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB165211202-
CMYK0.2200.040.17
HSL168.26º34.33%73.73%-
HSV(B)168.26º21.8%82.75%-
XYZ49.4758.8564.63-
YUV196.22131.26105.73-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.55%
GREEN value IS 211 (82.81% from 255) = 36.51%
BLUE value IS 202 (79.30% from 255) = 34.95%
R=28.55%
G=36.51%
B=34.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1652112020.2200.040.17168.2634.3373.73
HexA5D3CA160411a8224a
Octal24532331226042125042112
Binary10100101110100111100101010110010010001101010001000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D3CA; }

 p { color: rgb(165,211,202); }

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

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

 a { background-color: rgb(165,211,202); }

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

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

 span { border-color: rgb(165,211,202); }

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