#A9D3CF

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

Shades of Sinbad #A9D3CF

Tints of Sinbad #A9D3CF

Color information

#A9D3CF (or 0xA9D3CF) is unknown color: approx Sinbad. HEX triplet: A9, D3 and CF. RGB value is (169,211,207). Sum of RGB (Red+Green+Blue) = 169+211+207=587 (77% of max value = 765). Red value is 169 (66.41% from 255 or 28.79% from 587); Green value is 211 (82.81% from 255 or 35.95% from 587); Blue value is 207 (81.25% from 255 or 35.26% from 587); Max value from RGB is 211 - color contains mainly: green. Hex color #A9D3CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9D3CF is #562C30. Grayscale: #C5C5C5. Windows color (decimal): -5647409 or 13620137. OLE color: 13620137.

HSL color Cylindrical-coordinate representation of color #A9D3CF: hue angle of 174.29º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A9D3CF is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB169211207-
CMYK0.2000.020.17
HSL174.29º32.31%74.51%-
HSV(B)174.29º19.91%82.75%-
XYZ50.9259.5367.84-
YUV197.99133.09107.33-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.79%
GREEN value IS 211 (82.81% from 255) = 35.95%
BLUE value IS 207 (81.25% from 255) = 35.26%
R=28.79%
G=35.95%
B=35.26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1692112070.2000.020.17174.2932.3174.51
HexA9D3CF140211ae204b
Octal25132331724022125640113
Binary1010100111010011110011111010001010001101011101000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D3CF; }

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

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

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

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

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

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

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

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