#A3CEC8

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

Shades of Sinbad #A3CEC8

Tints of Sinbad #A3CEC8

Color information

#A3CEC8 (or 0xA3CEC8) is unknown color: approx Sinbad. HEX triplet: A3, CE and C8. RGB value is (163,206,200). Sum of RGB (Red+Green+Blue) = 163+206+200=569 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.65% from 569); Green value is 206 (80.86% from 255 or 36.20% from 569); Blue value is 200 (78.52% from 255 or 35.15% from 569); Max value from RGB is 206 - color contains mainly: green. Hex color #A3CEC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CEC8 is #5C3137. Grayscale: #C0C0C0. Windows color (decimal): -6041912 or 13160099. OLE color: 13160099.

HSL color Cylindrical-coordinate representation of color #A3CEC8: hue angle of 171.63º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A3CEC8 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB163206200-
CMYK0.2100.030.19
HSL171.63º30.5%72.35%-
HSV(B)171.63º20.87%80.78%-
XYZ47.656.162.96-
YUV192.46132.25106.99-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.65%
GREEN value IS 206 (80.86% from 255) = 36.20%
BLUE value IS 200 (78.52% from 255) = 35.15%
R=28.65%
G=36.20%
B=35.15%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1632062000.2100.030.19171.6330.572.35
HexA3CEC8150313ac1e48
Octal24331631025032325436110
Binary101000111100111011001000101010111001110101100111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CEC8; }

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

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

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

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

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

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

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

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