#A3D4C9

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

Shades of Sinbad #A3D4C9

Tints of Sinbad #A3D4C9

Color information

#A3D4C9 (or 0xA3D4C9) is unknown color: approx Sinbad. HEX triplet: A3, D4 and C9. RGB value is (163,212,201). Sum of RGB (Red+Green+Blue) = 163+212+201=576 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.30% from 576); Green value is 212 (83.20% from 255 or 36.81% from 576); Blue value is 201 (78.91% from 255 or 34.90% from 576); Max value from RGB is 212 - color contains mainly: green. Hex color #A3D4C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3D4C9 is #5C2B36. Grayscale: #C4C4C4. Windows color (decimal): -6040375 or 13227171. OLE color: 13227171.

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

Color convert

RGB163212201-
CMYK0.2300.050.17
HSL166.53º36.3%73.53%-
HSV(B)166.53º23.11%83.14%-
XYZ49.1959.0964.07-
YUV196.09130.77104.39-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.30%
GREEN value IS 212 (83.20% from 255) = 36.81%
BLUE value IS 201 (78.91% from 255) = 34.90%
R=28.30%
G=36.81%
B=34.90%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1632122010.2300.050.17166.5336.373.53
HexA3D4C9170511a7244a
Octal24332431127052124744112
Binary10100011110101001100100110111010110001101001111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D4C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D4C9; }

 p { color: rgb(163,212,201); }

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

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

 a { background-color: rgb(163,212,201); }

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

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

 span { border-color: rgb(163,212,201); }

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