#9ACFCA

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

Shades of Sinbad #9ACFCA

Tints of Sinbad #9ACFCA

Color information

#9ACFCA (or 0x9ACFCA) is unknown color: approx Sinbad. HEX triplet: 9A, CF and CA. RGB value is (154,207,202). Sum of RGB (Red+Green+Blue) = 154+207+202=563 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.35% from 563); Green value is 207 (81.25% from 255 or 36.77% from 563); Blue value is 202 (79.30% from 255 or 35.88% from 563); Max value from RGB is 207 - color contains mainly: green. Hex color #9ACFCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACFCA is #653035. Grayscale: #BEBEBE. Windows color (decimal): -6631478 or 13291418. OLE color: 13291418.

HSL color Cylindrical-coordinate representation of color #9ACFCA: hue angle of 174.34º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9ACFCA is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB154207202-
CMYK0.2600.020.19
HSL174.34º35.57%70.78%-
HSV(B)174.34º25.6%81.18%-
XYZ46.355.7664.2-
YUV190.58134.44101.91-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.35%
GREEN value IS 207 (81.25% from 255) = 36.77%
BLUE value IS 202 (79.30% from 255) = 35.88%
R=27.35%
G=36.77%
B=35.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1542072020.2600.020.19174.3435.5770.78
Hex9ACFCA1A0213ae2447
Octal23231731232022325644107
Binary1001101011001111110010101101001010011101011101001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9ACFCA; }

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

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

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

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

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

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

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

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