#A0D1CE

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

Shades of Sinbad #A0D1CE

Tints of Sinbad #A0D1CE

Color information

#A0D1CE (or 0xA0D1CE) is unknown color: approx Sinbad. HEX triplet: A0, D1 and CE. RGB value is (160,209,206). Sum of RGB (Red+Green+Blue) = 160+209+206=575 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.83% from 575); Green value is 209 (82.03% from 255 or 36.35% from 575); Blue value is 206 (80.86% from 255 or 35.83% from 575); Max value from RGB is 209 - color contains mainly: green. Hex color #A0D1CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D1CE is #5F2E31. Grayscale: #C1C1C1. Windows color (decimal): -6237746 or 13554080. OLE color: 13554080.

HSL color Cylindrical-coordinate representation of color #A0D1CE: hue angle of 176.33º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0D1CE is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB160209206-
CMYK0.2300.010.18
HSL176.33º34.75%72.35%-
HSV(B)176.33º23.44%81.96%-
XYZ48.4457.5366.94-
YUV194.01134.77103.74-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.83%
GREEN value IS 209 (82.03% from 255) = 36.35%
BLUE value IS 206 (80.86% from 255) = 35.83%
R=27.83%
G=36.35%
B=35.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1602092060.2300.010.18176.3334.7572.35
HexA0D1CE170112b02348
Octal24032131627012226043110
Binary101000001101000111001110101110110010101100001000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D1CE; }

 p { color: rgb(160,209,206); }

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

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

 a { background-color: rgb(160,209,206); }

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

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

 span { border-color: rgb(160,209,206); }

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