#A9CFC8

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

Shades of Sinbad #A9CFC8

Tints of Sinbad #A9CFC8

Color information

#A9CFC8 (or 0xA9CFC8) is unknown color: approx Sinbad. HEX triplet: A9, CF and C8. RGB value is (169,207,200). Sum of RGB (Red+Green+Blue) = 169+207+200=576 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.34% from 576); Green value is 207 (81.25% from 255 or 35.94% from 576); Blue value is 200 (78.52% from 255 or 34.72% from 576); Max value from RGB is 207 - color contains mainly: green. Hex color #A9CFC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CFC8 is #563037. Grayscale: #C2C2C2. Windows color (decimal): -5648440 or 13160361. OLE color: 13160361.

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

Color convert

RGB169207200-
CMYK0.1800.030.19
HSL168.95º28.36%73.73%-
HSV(B)168.95º18.36%81.18%-
XYZ49.157.2363.1-
YUV194.84130.91109.57-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.34%
GREEN value IS 207 (81.25% from 255) = 35.94%
BLUE value IS 200 (78.52% from 255) = 34.72%
R=29.34%
G=35.94%
B=34.72%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1692072000.1800.030.19168.9528.3673.73
HexA9CFC8120313a91c4a
Octal25131731022032325134112
Binary101010011100111111001000100100111001110101001111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CFC8; }

 p { color: rgb(169,207,200); }

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

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

 a { background-color: rgb(169,207,200); }

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

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

 span { border-color: rgb(169,207,200); }

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