#A5E0DD

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

Shades of Sinbad #A5E0DD

Tints of Sinbad #A5E0DD

Color information

#A5E0DD (or 0xA5E0DD) is unknown color: approx Sinbad. HEX triplet: A5, E0 and DD. RGB value is (165,224,221). Sum of RGB (Red+Green+Blue) = 165+224+221=610 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.05% from 610); Green value is 224 (87.89% from 255 or 36.72% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 224 - color contains mainly: green. Hex color #A5E0DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5E0DD is #5A1F22. Grayscale: #CDCDCD. Windows color (decimal): -5906211 or 14540965. OLE color: 14540965.

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

Color convert

RGB165224221-
CMYK0.2600.010.12
HSL176.95º48.76%76.27%-
HSV(B)176.95º26.34%87.84%-
XYZ55.2266.5378.34-
YUV206.02136.4598.74-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.05%
GREEN value IS 224 (87.89% from 255) = 36.72%
BLUE value IS 221 (86.72% from 255) = 36.23%
R=27.05%
G=36.72%
B=36.23%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1652242210.2600.010.12176.9548.7676.27
HexA5E0DD1A01Cb1314c
Octal24534033532011426161114
Binary10100101111000001101110111010011100101100011100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E0DD; }

 p { color: rgb(165,224,221); }

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

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

 a { background-color: rgb(165,224,221); }

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

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

 span { border-color: rgb(165,224,221); }

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