#A4CFC9

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

Shades of Sinbad #A4CFC9

Tints of Sinbad #A4CFC9

Color information

#A4CFC9 (or 0xA4CFC9) is unknown color: approx Sinbad. HEX triplet: A4, CF and C9. RGB value is (164,207,201). Sum of RGB (Red+Green+Blue) = 164+207+201=572 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.67% from 572); Green value is 207 (81.25% from 255 or 36.19% from 572); Blue value is 201 (78.91% from 255 or 35.14% from 572); Max value from RGB is 207 - color contains mainly: green. Hex color #A4CFC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CFC9 is #5B3036. Grayscale: #C1C1C1. Windows color (decimal): -5976119 or 13225892. OLE color: 13225892.

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

Color convert

RGB164207201-
CMYK0.2100.030.19
HSL171.63º30.94%72.75%-
HSV(B)171.63º20.77%81.18%-
XYZ48.1756.7463.67-
YUV193.46132.25106.99-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.67%
GREEN value IS 207 (81.25% from 255) = 36.19%
BLUE value IS 201 (78.91% from 255) = 35.14%
R=28.67%
G=36.19%
B=35.14%

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
Decimal1642072010.2100.030.19171.6330.9472.75
HexA4CFC9150313ac1f49
Octal24431731125032325437111
Binary101001001100111111001001101010111001110101100111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CFC9; }

 p { color: rgb(164,207,201); }

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

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

 a { background-color: rgb(164,207,201); }

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

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

 span { border-color: rgb(164,207,201); }

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