#A9CFCC

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

Shades of Sinbad #A9CFCC

Tints of Sinbad #A9CFCC

Color information

#A9CFCC (or 0xA9CFCC) is unknown color: approx Sinbad. HEX triplet: A9, CF and CC. RGB value is (169,207,204). Sum of RGB (Red+Green+Blue) = 169+207+204=580 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.14% from 580); Green value is 207 (81.25% from 255 or 35.69% from 580); Blue value is 204 (80.08% from 255 or 35.17% from 580); Max value from RGB is 207 - color contains mainly: green. Hex color #A9CFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CFCC is #563033. Grayscale: #C3C3C3. Windows color (decimal): -5648436 or 13422505. OLE color: 13422505.

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

Color convert

RGB169207204-
CMYK0.1800.010.19
HSL175.26º28.36%73.73%-
HSV(B)175.26º18.36%81.18%-
XYZ49.5757.4265.6-
YUV195.3132.91109.24-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.14%
GREEN value IS 207 (81.25% from 255) = 35.69%
BLUE value IS 204 (80.08% from 255) = 35.17%
R=29.14%
G=35.69%
B=35.17%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1692072040.1800.010.19175.2628.3673.73
HexA9CFCC120113af1c4a
Octal25131731422012325734112
Binary10101001110011111100110010010011001110101111111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CFCC; }

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

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

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

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

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

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

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

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