#A9CFCE

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

Shades of Sinbad #A9CFCE

Tints of Sinbad #A9CFCE

Color information

#A9CFCE (or 0xA9CFCE) is unknown color: approx Sinbad. HEX triplet: A9, CF and CE. RGB value is (169,207,206). Sum of RGB (Red+Green+Blue) = 169+207+206=582 (77% of max value = 765). Red value is 169 (66.41% from 255 or 29.04% from 582); Green value is 207 (81.25% from 255 or 35.57% from 582); Blue value is 206 (80.86% from 255 or 35.40% from 582); Max value from RGB is 207 - color contains mainly: green. Hex color #A9CFCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CFCE is #563031. Grayscale: #C3C3C3. Windows color (decimal): -5648434 or 13553577. OLE color: 13553577.

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

Color convert

RGB169207206-
CMYK0.1800.000.19
HSL178.42º28.36%73.73%-
HSV(B)178.42º18.36%81.18%-
XYZ49.8257.5266.87-
YUV195.52133.91109.08-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.04%
GREEN value IS 207 (81.25% from 255) = 35.57%
BLUE value IS 206 (80.86% from 255) = 35.40%
R=29.04%
G=35.57%
B=35.40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1692072060.1800.000.19178.4228.3673.73
HexA9CFCE120013b21c4a
Octal25131731622002326234112
Binary10101001110011111100111010010001001110110010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CFCE; }

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

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

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

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

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

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

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

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