#A9CFCA

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

Shades of Sinbad #A9CFCA

Tints of Sinbad #A9CFCA

Color information

#A9CFCA (or 0xA9CFCA) is unknown color: approx Sinbad. HEX triplet: A9, CF and CA. RGB value is (169,207,202). Sum of RGB (Red+Green+Blue) = 169+207+202=578 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.24% from 578); Green value is 207 (81.25% from 255 or 35.81% from 578); Blue value is 202 (79.30% from 255 or 34.95% from 578); Max value from RGB is 207 - color contains mainly: green. Hex color #A9CFCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CFCA is #563035. Grayscale: #C3C3C3. Windows color (decimal): -5648438 or 13291433. OLE color: 13291433.

HSL color Cylindrical-coordinate representation of color #A9CFCA: hue angle of 172.11º 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 #A9CFCA is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB169207202-
CMYK0.1800.020.19
HSL172.11º28.36%73.73%-
HSV(B)172.11º18.36%81.18%-
XYZ49.3457.3264.34-
YUV195.07131.91109.41-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.24%
GREEN value IS 207 (81.25% from 255) = 35.81%
BLUE value IS 202 (79.30% from 255) = 34.95%
R=29.24%
G=35.81%
B=34.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1692072020.1800.020.19172.1128.3673.73
HexA9CFCA120213ac1c4a
Octal25131731222022325434112
Binary101010011100111111001010100100101001110101100111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CFCA; }

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

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

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

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

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

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

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

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