#A8CFC9

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

Shades of Sinbad #A8CFC9

Tints of Sinbad #A8CFC9

Color information

#A8CFC9 (or 0xA8CFC9) is unknown color: approx Sinbad. HEX triplet: A8, CF and C9. RGB value is (168,207,201). Sum of RGB (Red+Green+Blue) = 168+207+201=576 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.17% from 576); Green value is 207 (81.25% from 255 or 35.94% from 576); Blue value is 201 (78.91% from 255 or 34.90% from 576); Max value from RGB is 207 - color contains mainly: green. Hex color #A8CFC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CFC9 is #573036. Grayscale: #C2C2C2. Windows color (decimal): -5713975 or 13225896. OLE color: 13225896.

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

Color convert

RGB168207201-
CMYK0.1900.030.19
HSL170.77º28.89%73.53%-
HSV(B)170.77º18.84%81.18%-
XYZ4957.1763.71-
YUV194.65131.58108.99-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.17%
GREEN value IS 207 (81.25% from 255) = 35.94%
BLUE value IS 201 (78.91% from 255) = 34.90%
R=29.17%
G=35.94%
B=34.90%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1682072010.1900.030.19170.7728.8973.53
HexA8CFC9130313ab1d4a
Octal25031731123032325335112
Binary101010001100111111001001100110111001110101011111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CFC9; }

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

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

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

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

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

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

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

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