#A3D2CE

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

Shades of Sinbad #A3D2CE

Tints of Sinbad #A3D2CE

Color information

#A3D2CE (or 0xA3D2CE) is unknown color: approx Sinbad. HEX triplet: A3, D2 and CE. RGB value is (163,210,206). Sum of RGB (Red+Green+Blue) = 163+210+206=579 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.15% from 579); Green value is 210 (82.42% from 255 or 36.27% from 579); Blue value is 206 (80.86% from 255 or 35.58% from 579); Max value from RGB is 210 - color contains mainly: green. Hex color #A3D2CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3D2CE is #5C2D31. Grayscale: #C3C3C3. Windows color (decimal): -6040882 or 13554339. OLE color: 13554339.

HSL color Cylindrical-coordinate representation of color #A3D2CE: hue angle of 174.89º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A3D2CE is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB163210206-
CMYK0.2200.020.18
HSL174.89º34.31%73.14%-
HSV(B)174.89º22.38%82.35%-
XYZ49.2958.3467.05-
YUV195.49133.93104.83-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.15%
GREEN value IS 210 (82.42% from 255) = 36.27%
BLUE value IS 206 (80.86% from 255) = 35.58%
R=28.15%
G=36.27%
B=35.58%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1632102060.2200.020.18174.8934.3173.14
HexA3D2CE160212af2249
Octal24332231626022225742111
Binary1010001111010010110011101011001010010101011111000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D2CE; }

 p { color: rgb(163,210,206); }

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

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

 a { background-color: rgb(163,210,206); }

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

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

 span { border-color: rgb(163,210,206); }

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