#A5E1DC

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

Shades of Sinbad #A5E1DC

Tints of Sinbad #A5E1DC

Color information

#A5E1DC (or 0xA5E1DC) is unknown color: approx Sinbad. HEX triplet: A5, E1 and DC. RGB value is (165,225,220). Sum of RGB (Red+Green+Blue) = 165+225+220=610 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.05% from 610); Green value is 225 (88.28% from 255 or 36.89% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E1DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5E1DC is #5A1E23. Grayscale: #CECECE. Windows color (decimal): -5905956 or 14475685. OLE color: 14475685.

HSL color Cylindrical-coordinate representation of color #A5E1DC: hue angle of 175º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A5E1DC is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB165225220-
CMYK0.2700.020.12
HSL175º50%76.47%-
HSV(B)175º26.67%88.24%-
XYZ55.3667.0277.73-
YUV206.49135.6298.41-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.05%
GREEN value IS 225 (88.28% from 255) = 36.89%
BLUE value IS 220 (86.33% from 255) = 36.07%
R=27.05%
G=36.89%
B=36.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1652252200.2700.020.121755076.47
HexA5E1DC1B02Caf324c
Octal24534133433021425762114
Binary101001011110000111011100110110101100101011111100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E1DC; }

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

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

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

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

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

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

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

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